Nest framework TypeScript starter repository with user management and role based authorizations
$ npm install
npx prisma migrate dev
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# generate context once
$ npm run test:context
# unit tests
$ npm run mocha
# e2e tests
$ npm run mocha:e2e
# test coverage
$ npm run mocha:cov
Nest is MIT licensed.