An open API service indexing awesome lists of open source software.

https://github.com/utkarshmish/school_enrollment

Assessment for School Enrollment Application
https://github.com/utkarshmish/school_enrollment

Last synced: 2 months ago
JSON representation

Assessment for School Enrollment Application

Awesome Lists containing this project

README

          



School Enrollment Application

[![Status](https://img.shields.io/badge/status-active-success.svg)]()
[![GitHub Issues](https://img.shields.io/github/issues/UtkarshMish/school_enrollment.svg)](https://github.com/UtkarshMish/school_enrollment/issues)
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/UtkarshMish/school_enrollment.svg)](https://github.com/UtkarshMish/school_enrollment/pulls)

---

## 📝 Table of Contents

- [About](#about)
- [Getting Started](#getting_started)

---

## 🧐 About

The Student Enrolment System provides an online platform to manage the students of a college/academy institution/university and coaching institutes.

---

## 🏁 Getting Started

There are three main actors of the application 1) Admin, 2) Students 3) Faculty

Admin has all the control of the application to manage the Students, Faculty, and other modules of the application like Subject, Course, Attendance, Examination, Leaves, Fees & other details.

Users (Student, Faculty, Admin): There will be 3 main users of the application which is managed by the admin only. Admin can perform ADD/DELETE/EDIT operations for other users.

Attendance: Faculty can add the attendance for the students that are managed by admin and students can view the marked attendance.

Fees: Admin can manage the fees of the students. Also, the student can view the updated records for the fees.

Subjects and assignment: Faculty and Admin can add new subjects and assignments according to the subject that is view by the students.

Mark sheet: Student can view their mark sheet just need to enter the roll number. Admin and faculty can Add/Update/Delete all the details about the mark sheet.

---

### Tools ⚙️

Front-End: React \
Back-end: Spring boot, MYSQL, Hibernate. \
Server: Tomcat.