2 Commits

Author SHA1 Message Date
root
3a95c3e93f frontend: skip body in proxy for 204/205/304 responses
Response constructor rejects bodies on these statuses, so DELETE
returning 204 was triggering a 500 in the proxy.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-02 23:12:34 +00:00
b0b85f4d3a Initial fullstack project setup with Next.js 15, Gin, PostgreSQL and Docker Compose
- Frontend: Next.js 15 (App Router), Auth.js v5, shadcn/ui, MagicUI
- Backend: Go + Gin + GORM with layered architecture
- Auth: Local credentials login with optional Keycloak OAuth binding
- Admin: RBAC user management for admin role
- Dev: Docker Compose with hot reload for both frontend and backend
- Docker: 3-service orchestration (frontend, backend, postgres)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-16 15:11:20 +00:00