gauravpatil97886 / College-Enterprise-Resource-Planning-System-Project-

Faculty in a college must manage all information regarding students' attendance, exam results, and personal information. These records are kept by saving them in excel sheets and word documents. Teachers occasionally require data for a specific purpose. They are required to submit a weekly attendance report. To date, they have completed more time-consuming tasks. This project proposes a solution for efficiently completing all responsibilities while also saving time and reducing workload by analyzing the problems that faculty face. The main objectives of this project are to assist any department in maintaining and managing personal data as well as to exemplify the project's objectives for the College Information Management System.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SVKM-ERP-SYSTEM GitHub repo size

An ERP system for colleges that allows professors to manage student attendance and exam results on a single platform. Professors can generate attendance and results reports. Students can check their attendance and exam results daily.


Installation required


  • Python and Django need to be installed:
  • pip install django
  • Create a Python virtual environment and install dependencies:
  • python -m venv env
  • venv\scripts\activate
  • pip install --upgrade pip
  • pip install -r requirements.txt

Creating a project:

  • django-admin startproject mysite
  • The development server:
  • Go to the SVKM-ERP folder and run
  • Open terminal and enter:
  • python manage.py runserver
  • Then go to the browser and enter the url http://127.0.0.1:8000/

About

Faculty in a college must manage all information regarding students' attendance, exam results, and personal information. These records are kept by saving them in excel sheets and word documents. Teachers occasionally require data for a specific purpose. They are required to submit a weekly attendance report. To date, they have completed more time-consuming tasks. This project proposes a solution for efficiently completing all responsibilities while also saving time and reducing workload by analyzing the problems that faculty face. The main objectives of this project are to assist any department in maintaining and managing personal data as well as to exemplify the project's objectives for the College Information Management System.


Languages

Language:HTML 57.1%Language:Python 37.3%Language:SCSS 5.6%