6 Commits (feabc39d0249bba8d4a6259ce45392876814cf3d)

Author SHA1 Message Date
oabrivard 995c452408 Added unit tests for steps up to 1.3.2 1 month ago
oabrivard b7d3ed051c Updated golang.org/x/sys version 1 month ago
oabrivard 203f76166e Finished step '1.1.2 Initialize Each Service Module' of phase docs/4_work_plan/1.1-development-environment-setup.md 1 month ago
oabrivard 469127eebe Updated project's directory structure 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