项目作者: raspi684

项目描述 :
This repo is a part series of blog posts about Nest.js application and PassportJS with OAuth
高级语言: TypeScript
项目地址: git://github.com/raspi684/NestJS-OAuth.git
创建时间: 2020-08-23T08:31:25Z
项目社区:https://github.com/raspi684/NestJS-OAuth

开源协议:

下载



Nest Logo

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" />
Travis
Linux
Coverage
Gitter
Backers on Open Collective
Sponsors on Open Collective



Description

Nest framework TypeScript starter repository. This is example from my series of blogposts introducing to Nest and OAuth.

Installation

  1. $ npm install

Running the app

  1. # development
  2. $ npm run start
  3. # watch mode
  4. $ npm run start:dev
  5. # production mode
  6. $ npm run start:prod

Test

  1. # unit tests
  2. $ npm run test
  3. # e2e tests
  4. $ npm run test:e2e
  5. # test coverage
  6. $ npm run test:cov

Support

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.

Stay in touch

License

Nest is MIT licensed.