Giter VIP home page Giter VIP logo

aman7488 / college-erp-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ansarimajid/college-erp

0.0 0.0 0.0 18.04 MB

SIGCE College Enterprise Resource Planner (ERP) web application, developed for the interaction between students, staff, and the admin (HoD) of our college, SIGCE. The application is designed to streamline and automate various processes within the college,.

Home Page: https://sigce.ml

License: MIT License

JavaScript 83.30% Python 2.93% CSS 4.93% HTML 8.83% Procfile 0.01%

college-erp-1's Introduction

College Enterprise Resource Planner

This is a College Enterprise Resource Planner Developed by me and my project partners for my college. We use Python/Django Framwork for building an fully functional web application.

Deployed at SIGCE SIGCE v1.1.0

For viewing the home page of student you must have required credentials given below

-> E-Mail : [email protected] -> Password : student@2023

Features of this Project

A. Admin Users Can

  1. See Overall Summary Charts of Students Performances, Staff Performances, Courses, Subjects, Leave, etc.
  2. Manage Staff (Add, Update and Delete)
  3. Manage Students (Add, Update and Delete)
  4. Manage Course (Add, Update and Delete)
  5. Manage Subjects (Add, Update and Delete)
  6. Manage Sessions (Add, Update and Delete)
  7. View Student Attendance
  8. Review and Reply Student/Staff Feedback
  9. Review (Approve/Reject) Student/Staff Leave

B. Staff/Teachers Can

  1. See the Overall Summary Charts related to their students, their subjects, leave status, etc.
  2. Take/Update Students Attendance
  3. Add/Update Result
  4. Apply for Leave
  5. Send Feedback to HOD

C. Students Can

  1. See the Overall Summary Charts related to their attendance, their subjects, leave status, etc.
  2. View Attendance
  3. View Result
  4. Apply for Leave
  5. Send Feedback to HOD

Support Developer

  1. Add a Star ๐ŸŒŸ to this ๐Ÿ‘† Repository
  2. Follow on Twitter/Github

How to Install and Run this project?

Pre-Requisites:

  1. Install Git Version Control [ https://git-scm.com/ ]

  2. Install Python Latest Version [ https://www.python.org/downloads/ ]

  3. Install Pip (Package Manager) [ https://pip.pypa.io/en/stable/installing/ ]

Alternative to Pip is Homebrew

Installation

1. Create a Folder where you want to save the project

2. Create a Virtual Environment and Activate

Install Virtual Environment First

$  pip install virtualenv

Create Virtual Environment

For Windows

$  python -m venv venv

For Mac

$  python3 -m venv venv

For Linux

$  virtualenv .

Activate Virtual Environment

For Windows

$  source venv/scripts/activate

For Mac

$  source venv/bin/activate

For Linux

$  source bin/activate

3. Clone this project

$  git clone https://github.com/jobic10/student-management-using-django.git

Then, Enter the project

$  cd student-management-using-django

4. Install Requirements from 'requirements.txt'

$  pip3 install -r requirements.txt

5. Add the hosts

  • Got to settings.py file
  • Then, On allowed hosts, Use [] as your host.
ALLOWED_HOSTS = []

Do not use the fault allowed settings in this repo. It has security risk!

6. Now Run Server

Command for PC:

$ python manage.py runserver

Command for Mac:

$ python3 manage.py runserver

Command for Linux:

$ python3 manage.py runserver

7. Login Credentials

Create Super User (HOD) Command for PC:

$  python manage.py createsuperuser

Command for Mac:

$  python3 manage.py createsuperuser

Command for Linux:

$  python3 manage.py createsuperuser

Project's Journey

| Admin/Staff/Student Login | | Add and Edit Course |

  • Add and Edit Staff
  • Add and Edit Student
  • Add and Edit Subject
  • Upload Staff's Picture
  • Upload Student's Picture
  • Sidebar Active Status
  • Named URLs
  • Model Forms for adding student
  • Model Forms for all
  • Views Permission (MiddleWareMixin)
  • Attendance and Update Attendance
  • Password Reset Via Email
  • Apply For Leave
  • Students Can Check Attendance
  • Check Email Availability
  • Reply to Leave Applications
  • Reply to Feedback
  • Admin View Attendance
  • Password Change for Admin, Staff and Students using set_password()
  • Admin Profile Edit
  • Staff Profile Edit
  • Student Profile Edit
  • Student Dashboard Fixed
  • Passing Page Title From View - Improved
  • Staff Dashboard Fixed
  • Admin Dashboard Fixed
  • Firebase Web Push Notifications
  • Staff Add Student's Result
  • Staff Edit Result Using CBVs (Class Based Views)
  • Google CAPTCHA
  • Student View Result
  • Change all links to be dynamic
  • Code Restructure - Very Important

college-erp-1's People

Contributors

ansarimajid avatar aman7488 avatar k-saif avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.