Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 202 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 202 Bytes

First time setup

Install dependances

bun i

Create migrations

bun db:migrate:create

Update the db

bun db:migrate

Running the optional backend

bun start