Backoffice application for Code in the Dark ⚡
IMPORTANT: Node.js v20 is required to run this project.
- Install the deps:
yarn- Copy
.env.examplefile to a new.envfile:
cp .env.example .env- Run migrations to create the database:
yarn migrate- Run seed to fill up the database:
yarn seed- Run the dev server:
yarn devIf you want to check the data in the database, you can run prisma studio:
yarn prisma studioTo re-run the seed, first delete the file prisma/dev.db, then run steps 3 and 4 again.
Follow our guide.
MIT