NestJS demo app server featuring:
- Application modularity
- Request logger with
pino
- MySQL database
- JWT authentication
- Role based guard authorization
- Docker and Docker Compose
- Node v12+
- Npm v6.12+
$ docker-compose up -d
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
For detailed information please see the project documentation.
romajs - 2020