Skip to content

ERP (Enterprise Resource Planning) system designed specifically for educational institutions.

Notifications You must be signed in to change notification settings

WorkofAditya/ERP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

23 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ERP

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.

Technologies Used

  • Frontend: HTML, CSS, JavaScript
  • Backend: Python (WSGI)
  • Database: SQL

Folder structure

πŸ“ ERP/
β”œβ”€ πŸ“ static/
β”‚ β”œβ”€ πŸ“ css/
β”‚ β”‚ β”œβ”€ πŸ“„ style.css
β”‚ β”‚ └─ πŸ“„ student_dashboard.css
β”‚ └─ πŸ“ js/
β”‚ β”œβ”€ πŸ“„ main.js
β”‚ └─ πŸ“„ student_dashboard.js
β”œβ”€ πŸ“ templates/
β”‚ β”œβ”€ πŸ“„ admin_dashboard.html
β”‚ β”œβ”€ πŸ“„ admission.html
β”‚ β”œβ”€ πŸ“„ index.html
β”‚ β”œβ”€ πŸ“„ login.html
β”‚ β”œβ”€ πŸ“„ register.html
β”‚ └─ πŸ“„ student_dashboard.html
β”œβ”€ πŸ“„ app.py
└─ πŸ“„ database.sql