- 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
2 lines
36 B
Plaintext
2 lines
36 B
Plaintext
DATABASE_URL="file:./prisma/dev.db"
|