Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 450 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 450 Bytes

testSuiteManager

OpenAPI Specifiection

/api

Clone project

git clone https://github.com/Abdullah0sama/testSuiteManager.git
cd testSuiteManager

Make sure to add '.env' file with needed information similar to 'example.env'

touch .env

Install dependencies

    npm install

Run Server for development

    npm run dev

Build project

    npm run build
    npm run start