Commit Graph

7 Commits

Author SHA1 Message Date
2f979350bd 更新启动文档 2026-03-21 03:54:18 +08:00
e68b25c593 fix: create database in builder stage and copy to production 2026-03-21 02:37:49 +08:00
c622f0b3c1 fix: copy .prisma directory to production image 2026-03-21 02:30:42 +08:00
ce7711226f fix: fix Dockerfile db push order to generate db in /app/data 2026-03-21 02:26:00 +08:00
89a8b316c2 fix: use absolute path for DATABASE_URL in Docker 2026-03-21 02:23:45 +08:00
2181f8a738 fix: auto initialize database on Docker build 2026-03-21 02:18:09 +08:00
05c33b1fe8 feat: initial commit with Nuxt 3 student management system
- Add Nuxt 3 + Prisma + SQLite full-stack setup
- Add student CRUD API with batch import/export
- Add stats dashboard with gender/class distribution
- Add target community settings feature
- Add Docker deployment support (Dockerfile + docker-compose)
- Add README with development and deployment instructions
2026-03-21 02:00:55 +08:00