Skip to content

ndanev/job-api

Repository files navigation

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