- macOS 13.6
- Bun 1.1
- Node.js 20.15
- PostgreSQL 16.3
- Docker 25.0
bun icd infra
docker compose up -d --build --force-recreateStart PostgreSQL and Redis server.
cd backend
cp .env.template .env.development.local
bun migrate:dev
bun devOpen http://localhost:4000/ with your browser to see the result.
cd frontend
cp .env.template .env.development.local
bun devOpen http://localhost:3000/ with your browser to see the result.