Skip to content

codeinthedarkbrasil/manage-citd

Repository files navigation

Backoffice —— Code in the Dark

Backoffice application for Code in the Dark ⚡

IMPORTANT: Node.js v20 is required to run this project.

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 migrate
  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