ShareQiu1994 / Nestjs_Example

An example of JWT, swagger,graphQL,socket.io and typrorm integration based on nestjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

NPM Version Package License NPM Downloads Travis Linux Coverage Gitter Backers on Open Collective Sponsors on Open Collective

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

# working application program
$ htpp://localhost:3000
$ htpp://localhost:3000/api-docs
$ htpp://localhost:3000/graphql

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ 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.

About

An example of JWT, swagger,graphQL,socket.io and typrorm integration based on nestjs


Languages

Language:TypeScript 88.0%Language:HTML 12.0%