- Install Docker
- Install PNPM:
npm install -g pnpm
- Install dependencies:
pnpm install
- Run the api in the root folder:
pnpm dev
- Install Docker
- Install PNPM:
npm install -g pnpm
- Install dependencies:
pnpm install
- Run the api in the root folder:
pnpm dev
- In new terminal, run the tests:
cd packages/api && pnpm test
- Copy your scripts to insert infos to path
packages/api/database/inserts
- Run script
cd packages/api && pnpm migration:populate