This repo is a part series of blog posts about Nest.js application and PassportJS with OAuth
A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.
@nestjs/core.svg" alt="NPM Version" />
@nestjs/core.svg" alt="Package License" />
@nestjs/core.svg" alt="NPM Downloads" />
Nest framework TypeScript starter repository. This is example from my series of blogposts introducing to Nest and OAuth.
$ 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 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.