Backoffice application for Code in the Dark ⚡
IMPORTANT: Node.js v20 is required to run this project.
yarn
.env.example
file to a new .env
file:cp .env.example .env
yarn migrate
yarn seed
yarn dev
If you want to check the data in the database, you can run prisma studio
:
yarn prisma studio
To re-run the seed, first delete the file prisma/dev.db
, then run steps 3
and 4
again.
Follow our guide.
MIT