Dvalin - Backend

How to use

Requirements:

Steps:

  1. Clone the repository
  2. Install dependencies (pnpm install)
  3. Create a copy of .env.example named .env
  4. Fill in all variables in .env
  5. Push prisma schema to database (prisma db push)
  6. Run backend (pnpm run dev)

Contributing

See CONTRIBUTING.md