- see .env.example
- Create migration script : npm run migration:create nameOfTheMigration
- Run all migrations script : npm run migration:run
- install the extension pg crypto dans postgresql : CREATE EXTENSION pgcrypto;
api :
- npm i
web-app :
- cd web-app && npm i