Local database setup required

Postgres is not reachable or the local database has not been migrated and seeded yet.

docker compose up -d

npm run db:migrate

npm run db:seed

npm run dev