Rest API propulsée par Nest avec sessions et authentifications avec redis et postgresql
Warning ! The user's passwords aren't crypted
# Installation des dépendances
$ npm install# Redis & redis commander
$ docker compose up -d# Insertion du jeu de données dans la bdd postgres
createdb naat
psql naat < jdd.sql# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prodNest is MIT licensed.