Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 357 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 357 Bytes

env setup

- see .env.example

mirgations scripts

- 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;

dependencies

api :
- npm i

web-app :
- cd web-app && npm i