A role-based web application designed for educational institutions to manage students, teachers, and learning activities.
- 🔐 Secure Login (bcrypt hashing)
- 👨💼 Admin Dashboard (manage users, classes)
- 👨🏫 Teacher Panel (create activities, quizzes)
- 👨🎓 Student Panel (attempt quizzes, track progress)
- 👨👩👧 Parent Dashboard (monitor performance)
- PHP (Core PHP)
- MySQL
- Bootstrap
- Clone repository
- Import
database.sql - Import
seed_data.sql - Copy
config/db_example.php→config/db.php - Update DB credentials
- Run on XAMPP
- Database credentials are excluded using
.gitignore - Passwords are stored using bcrypt hashing
- Signup with admin approval
- Email verification
- Analytics dashboard
Prasann Kumar