Skip to content

Latest commit

 

History

History
103 lines (70 loc) · 1.9 KB

README.md

File metadata and controls

103 lines (70 loc) · 1.9 KB

Institute Management System 🎓

An ERP software for Institutes and Colleges.

Installation ⚙️

  1. Select Data Import & Import DB_Export.sql from My SQL workbench

  1. Select Import form self contained file & click on Start import

  1. Click on administration,then User and Privileges and then Create New User

  1. Use Usrename : dba & Password : dba@django

  1. Assign DBA Role to the user

  1. Clone this repository 💥
git clone https://github.com/YashPatel1311/Institute_erp.git
  1. Install requirements.txt 🎉
pip install -r requirements.txt

Usage 📚

  1. Go to Institute_erp directory
cd Institute_erp
  1. Run this command
python manage.py makemigrations
python manage.py migrate
  1. Strat your server 🚀
python manage.py runserver
  1. Now open your browser & open this URL
127.0.0.1:8000

Screenshots 🖼️

LogIn Page :


Faculty Module

FacultyHome Page :

FacultyAllAttendance Page :


Student Module

StudentHome Page :

StudentAttendance Page :

StudentCourses Page :

StudentMarks Page :


Contributers 👨‍💻

Darshan Patel

Yash Patel

License 📋

MIT