# Install dependencies
$ npm install
# Development mode
$ npm run start:dev
# Production mode
$ npm run start:prod
# Run unit tests
$ npm test
# Testing mode (Run only to cucumber and selenium frontend testing in the browser)
$ npm run start:bdd
# run MongoDB image
$ docker-compose up db