/manage-citd

Primary LanguageTypeScript

Backoffice —— Code in the Dark

Backoffice application for Code in the Dark ⚡

Setup ⚙️

  1. Install the deps:
yarn
  1. Copy .env.example file to a new .env file:
cp .env.example .env
  1. Run migrations to create the database:
yarn prisma migrate dev
  1. Run seed to fill up the database:
yarn seed
  1. Run the dev server:
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.

Contributing 📖

Follow our guide.

Design 🎨

Layout Figma

License ⚖️

MIT