Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 348 Bytes

File metadata and controls

27 lines (18 loc) · 348 Bytes

Development Setup

Install packages with,

bun install

Setup Database

  1. Start the postgres container. Make sure to populate .dockerenv.

    bun db:start
  2. Push schema changes to database.

    bun db:migrate:deploy
  3. Generate prisma definitions.

    bun db:generate