npm i
Tested on NodeJs v17.1.0
docker-compose up -d
Make a .env file based on the .env.example with you preferences Make a .env file based on the .env.example with you database settings inside prisma folder
npx prisma migrate dev --name initial-migration --create-only
npx prisma db push
npx prisma generate
npm run seed
npm run generate
npm run dev
npm run start
Check insomnia file (
docs
) for the view API documentation