Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 768 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 768 Bytes

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