This project is the backend server of the core service for the "Bumper Cars" game.
$ npm install
$ npm install @nestjs-modules/mailer @nestjs/common @nestjs/core nodemailer
$ docker-compose up
$ npm run migration:run
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Access Swagger UI at http://localhost:3000/api for API endpoints and documentation.
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
Nest is MIT licensed.