Student Management System is a Flask and MySQL-based web application for managing student records efficiently. It provides secure user authentication, student registration, attendance, results, and database management through a simple, responsive interface for educational institutions.
A web-based Student Management System built using Flask, MySQL, HTML, CSS, and JavaScript. This application helps educational institutions efficiently manage student information, attendance, results, and user authentication through a secure and user-friendly interface.
- 🔐 Secure user login and authentication
- 👨🎓 Student registration and profile management
- 📝 Attendance management
- 📊 Student result management
- ✏️ Add, update, delete, and view student records
- 📱 Responsive and user-friendly interface
- 💾 MySQL database integration
- ⚡ CRUD operations
- Backend: Flask (Python)
- Frontend: HTML, CSS, JavaScript
- Database: MySQL
- Version Control: Git & GitHub
StudentManagement-System/
│── static/
│ ├── css/
│ ├── js/
│ └── images/
│
│── templates/
│
│── app.py
│── config.py
│── requirements.txt
│── database.sql
│── README.md
└── ...
git clone https://github.com/your-username/StudentManagement-System.gitcd StudentManagement-Systempython -m venv venvWindows
venv\Scripts\activateLinux / macOS
source venv/bin/activatepip install -r requirements.txt- Create a MySQL database.
- Import the provided SQL file.
- Update the database credentials in the configuration file.
python app.pyOpen your browser and visit:
http://127.0.0.1:5000
Add screenshots of:
- Login Page
- Dashboard
- Student Registration
- Student List
- Attendance Module
- Result Management
- Email notifications
- Student performance analytics
- Role-based access control
- File upload support
- Report generation (PDF/Excel)
- Cloud deployment
Contributions are welcome!
- Fork the repository
- Create a new branch
- Commit your changes
- Push the branch
- Open a Pull Request
This project is developed for educational and learning purposes.
ManojGowda B Y
GitHub: https://github.com/ManojgowdaBY
⭐ If you found this project useful, don't forget to star the repository!