Server Project setup # Install dependencies $ npm install Run the Api server # Development mode $ npm run start:dev # Production mode $ npm run start:prod Unit testing # Run unit tests $ npm test Use MongoDB Docker image as a database # run MongoDB image $ docker-compose up db