Skip to content

Latest commit

 

History

History
executable file
·
29 lines (23 loc) · 332 Bytes

File metadata and controls

executable file
·
29 lines (23 loc) · 332 Bytes

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