A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository with Prisma, auth using Passport strategies, JwtGuard, RtGuard, decorators, refreshToken and accessToken, all set up.
yarn install
mv .env.test .env
Then, change the env variables as per your wish.
yarn dev:db:start
# 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:cov