Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 444 Bytes

File metadata and controls

19 lines (16 loc) · 444 Bytes

build status

job-api

Job api services

Checkout and install dependencies

npm install

Run test cases locally

npm test

Run server locally

Before running the server make sure that your mongoDB instance is running and set MONGO_URI environment variable either on the command line or in .env file in the root folder.

npm run dev