A progressive Node.js framework for building efficient and scalable server-side applications.
This project implements a simple authentication system and provide 3 different endpoints in order to use and test it:
- POST Register
- POST Login
- GET Logged_user
$ docker build -t pch-mongo .
$ docker run -d -p 27017:27017 --name pch-mongo pch-mongo
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod# unit tests
$ npm run test
Nest is MIT licensed.