Nest starter project with user module, session module, jwt, firebase, mongo, rate limiting etc.
$ yarn# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:covThis project is not licenses feel free to copy and paste anything. Nest is MIT licensed.