$ npm install
Then create an .env
file with the MongoDB URL, like this:
MONGO_CONNECTION="mongodb://localhost:27017/mun"
# development
$ npm run start
# watch mode
$ npm run start:dev
# unit tests
$ npm run test
Just run the next docker-compose
command:
$ docker-compose up -d