A TypeScript project using Nest.js. The project is a RESTful API that can be connected to maSéance front-end project.
It allows to create, read, update, and delete users informations and focus on authentification.
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod| Statements | Branches | Functions | Lines | 
|---|---|---|---|
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:covNest is MIT licensed.