4 Commits (a082f5096cfef8501260970f427f00a8014751b6)

Author SHA1 Message Date
oabrivard a082f5096c Fixed docker-compose.yml to use env variables for zitadel and grafana 1 month ago
oabrivard f0b81f1fb3 Finished task 'Task 4: Create Docker Compose for Local Development' 1 month ago
oabrivard 201d7d7afa restart from scracth by first tidying the documentation 7 months ago
oabrivard 638e3e2a40 feat: implement complete backend foundation and infrastructure
- Add comprehensive shared authentication system with JWT middleware
- Implement database client with PostgreSQL/SQLite support
- Create Ent schema definitions for game entities (questions, sessions, attempts)
- Add complete utility package with configuration management
- Set up user service with Fiber web framework and health endpoints
- Configure Docker infrastructure with PostgreSQL and multi-service setup
- Add database initialization scripts with sample data
- Implement comprehensive test coverage across all packages
- Set up proper Go module structure with dependency management

This establishes the complete backend foundation for Know Foolery game platform
with authentication, database persistence, and service architecture ready
for Phase 1A implementation.
7 months ago