Nest Js Boilerplate with JWT authentication, CRUD functions and payment gateways.
A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.
Nest framework TypeScript starter repository.
Node js boiler plate with login and signup routes and payments gateways. Mongoose database is used for this boiler plate.
Functions/Modules
Few keys that needed to be updated. Create config.json and .env file and update things that are mentioned below
Updates Required
$ 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
Nest is MIT licensed.