Files
⓪ηηωεε忧世 fca56ff8aa feat: project foundation - Go module, PostgreSQL Docker, React/TS frontend
- 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
2026-02-22 20:15:19 -06:00
..