A modern School ERP System built using Flask. This project is being developed step by step to simulate a real-world School Management System.
- Student Management
- Teacher Management
- Attendance
- Fees Management
- Examination System
- Authentication
- Dashboard
- Responsive UI
- Python
- Flask
- SQLite
- HTML5
- CSS3
- JavaScript
School ERP
│
├── app.py
├── database/
├── static/
├── templates/
├── exports/
├── backups/
└── requirements.txt
git clone https://github.com/yourusername/school-erp-flask.git
cd school-erp-flask
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python app.py