Skip to content

afpp3/manage-citd

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.8%
  • JavaScript 5.5%
  • Other 0.7%