Commit Graph

2 Commits

Author SHA1 Message Date
cd7e9e2a41 修复游戏化测试与奖励边界
All checks were successful
CI/CD Pipeline / Code Quality (push) Successful in 21s
CI/CD Pipeline / Unit Tests (push) Successful in 18s
CI/CD Pipeline / Build & Deploy Test (push) Has been skipped
CI/CD Pipeline / Build & Deploy Production (push) Successful in 12m39s
2026-05-17 00:22:55 +08:00
f6e7be324e feat: initialize duoqi-api project skeleton
Set up Fastify + TypeScript + Drizzle ORM backend with:
- Database schema (7 tables: users, categories, questions, knowledge_cards, user_progress, skill_tree, user_chapter_progress)
- JWT auth middleware + admin token auth
- Route structure for auth, quiz, progress, gamification, payment, and admin
- Service stubs for Phase 1b implementation
- Zod-validated env config, custom error classes
2026-04-08 21:24:15 +08:00