A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.
Nest Servicio de autorización.
$ 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:covThis project is an example of a authentication service with nestjs.
- Author - Hugo H. Fernández
- Website - https://www.andes.gob.ar
- Twitter - @sychus
Nest is MIT licensed.