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
- Host: GitHub
- URL: https://github.com/utkarshmish/school_enrollment
- Owner: UtkarshMish
- Created: 2022-01-31T16:38:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-20T04:04:15.000Z (over 4 years ago)
- Last Synced: 2025-01-16T04:12:48.565Z (over 1 year ago)
- Language: Java
- Size: 469 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
School Enrollment Application
[]()
[](https://github.com/UtkarshMish/school_enrollment/issues)
[](https://github.com/UtkarshMish/school_enrollment/pulls)
---
## 📝 Table of Contents
- [About](#about)
- [Getting Started](#getting_started)
---
The Student Enrolment System provides an online platform to manage the students of a college/academy institution/university and coaching institutes.
---
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.