- Initialize Go module with standard layout (cmd/api/, internal/, pkg/, migrations/)
- Add Makefile with build, run, test, lint, migrate targets
- Add health check endpoint (/healthz)
- Add config package with env-based configuration and tests
- Set up PostgreSQL 16 with Docker Compose for local dev
- Add .env.example with all required variables
- Initialize React 19 + TypeScript + Vite frontend in web/
- Configure TailwindCSS v4 with CSS-first config
- Set up ESLint + Prettier with typescript-eslint
- Configure path aliases (@/* -> src/*)
- Add BaseLayout component
- Add README with project structure and setup instructions
Closes#32, closes#33, closes#34