-
Start the database server:
pnpm db:start
-
Navigate to
./api
and run:go build ./api migrate
This will perform migrations on an empty database, and only needs to be done once.
-
Go back to the root directory and run the development server:
cd .. pnpm dev
By default, there are no users. To create one, run ./api user:create
.
Open http://localhost:3000 in a browser.