ERP (Enterprise Resource Planning) system designed specifically for educational institutions, This system aims to reduce manual work, minimize errors, and improve overall operational efficiency in educational institutions.
- Frontend: HTML, CSS, JavaScript
- Backend: Python (WSGI)
- Database: SQL
ERP/
│
├─ static/
│ ├─ css/
│ │ └─ style.css
│ └─ js/
│ └─ main.js
│
├─ templates/
│ ├─ admin_dashboard.html
│ ├─ admisnion.html
│ ├─ index.html
│ ├─ login.html
│ ├─ register.html
│ └─ student_dashboard.html
│
├─ app.py
└─ database.sql