- NodeJS (version: 12.13.1)
- Instance of MongoDB (Version: 4.4)
- Creation of a user allowed to create and alter databases
npm install
Create a configuration app.development.ini
in config
based on the template configuration.
npm run start:dev
Server will automatically restart when a change in files is detected.
Create a configuration app.production.ini
in config based on the template configuration.
npm install
npm run start:prod
A dockerfile is already provided, so you can build a docker image of this application.
Create a configuration app.test.ini
in config
based on the template configuration.
npm run test
npm run lint
to check code style and npm run lint:fix
to fix it.