Giter VIP home page Giter VIP logo

university-enrollment-system's Introduction

University-Enrollment-System

A student enrollment system with all the features of enrollment which generates a list of overlapped courses of different semesters.

University-Enrollment-System.mp4

Contributors Forks Stargazers Issues Visitors

Description

During Enrollment, sometimes it happens that, student has exceeded the limit of credit. And sometimes a student can’t enroll as the section already has the maximum number of students enrolled. Then manual entry is given.

All the procedures for enrollment of a university have been implemented in this project. During enrollment, while a student selects a course, if there is any limit, then a message will be shown immediately. Option for the teacher(advisor) will also be available to give the manual entry. Besides, this project will generate a list of overlapped courses after pre-enrollment which will be helpful for teachers to make class routine. This project assumes that the routine is not yet completed. The aim of this project is to find those courses having no overlapping students.

(Back to Top)

Table of Contents

Installation

  1. Run git clone "Repository Link"

  2. Go to Project Folder

  3. Run composer install

  4. Run cp .env.example .env or copy .env.example .env

  5. Run php artisan key:generate

  6. Run php artisan migrate

  7. Run php artisan db:seed

  8. Run php artisan serve

To login as admin => ID: demo_admin Pass: 123456

To login as student => ID: demo_student Pass: 123456

To login as teacher => ID: demo_teacher Pass: 123456

(Back to Top)

Tools Used

HTML5 CSS3 BOOTSTRAP PHP Laravel JQUERY MYSQL GIT

(Back to Top)

Usage

This project has three different panels of independent responsibility which are Admin Panel, Student Panel & Teacher Panel.

Admin Panel

Responsibilities are to:

  • Create Teacher ID with default Password, Update Teacher info, Delete Teacher ID.
  • Assign Teacher as an Advisor of a Batch, Update Advising batch, Delete Advisor.
  • Create Student ID with default Password, Update Student info, Delete Student ID
  • Create Course, Update Course info, Delete Course.
  • Create Session, Update Session Status(Running & Closed).
  • Specify Course Limitations(Student per Section, Credit per Student,Cost per Credit)
  • Collect the Overlap List

(Back to Top)

Student Panel

Responsibilities are to:

  • Update his/her profile info(Name, E-mail, Password etc.)
  • Send request to his/her Advisor to enroll multiple courses of the running session.
  • Check status(Pending, Approved, Rejected) of sent request.

(Back to Top)

Teacher Panel

Responsibilities are to:

  • Update his/her profile info(Name, E-mail, Password etc.)
  • Enroll his/her advising student to any courses of running session flying in the face of any limitation.
  • Update status(Accept, Reject) of sent requests by his/her advising students.

(Back to Top)

Deployments

Heroku

Live Demo

Collaborators

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT License

(Back to Top)

university-enrollment-system's People

Contributors

avishekchy45 avatar ahasanhossen avatar iamanikbarua 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.