- Rename
.env.example
to.env
and replace the placeholder values inDATABASE_URL
with the actual values of your database instance.
yarn dev
Runs the app in dev mode by default on http://localhost:4000.
- Add migrations
- Refactor error handling
- Validate request body (zod)
- Add better logging in development