This project use NestJS, a progressive Node.js framework for building efficient and scalable server-side applications.
- NestJS
- NodeJS
- JWT Auth
JWT Authentication API for devseeder softwares.
$ 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
After run the server, make a get in browser, postman or similar
## Login Route
[url-prod]/auth/login
## Create User
[url-prod]/users/create