TECHNOLOGIES USED
1. Spring Boot
2. JSP (Frontend)
3. BootStrap (Styling)
4. MySQL for Database
5. Maven for project management
6. Embedded Tomcat Server for running Spring boot project
-----------------------------------
USER MODULES
The project basically has 3 user modules:
1) ADMINISTRATOR MODULE
2) STUDENT MODULE
-----------------------------------
FUNCTIONAL MODULES
1) User Authentication Module: The registration and Login system has been added so that only authenticated users (Admin or Student or College) can perform their functionalities.
2) College Module: Add College, View College Details, View All Colleges, Apply for College.
3) College Course Module: Add Course, View All Course.
4) Student Application Module: Apply Application form, View My Application, View All Applications, and Approve the Application, Download the Application in pdf, View the Application Approval Status.
5) College Allotment Module: Apply for Colleges, View Applied Colleges, Allot College, and Check College Allotment Status, Download Allotment Status in pdf.
-----------------------------------
OVERVIEW
The project contains 3 modules i.e Admin, Student & College. So firstly Admin will register, and login into the system, and firstly he can Add the Courses like B.E, B. Tech, B. Pharm.. etc. After this Admin will Register the Colleges along with the Courses that Colleges have.
Once all the Colleges are added to the system, now when Students will register and login into the system, Students will be able to see all the Courses and Colleges available. But at first, customers will not be able to see apply for the colleges. Firstly students have to Register for the Application Form.
So Student will fill out the Application form which will contain all the details like personal details, 10th, and 12th documents, and the course the Student is interested in. Once the student submits the form, now Admin will be able to see the Student Application Form. and he can check if each detail like the 10th and 12th details is correct or not, if the document is not proper then Student has to upload the document again, so if all the details are correct then Admin will approve the application.
Once the Application Form is approved from the Admin side, now Students can apply for the colleges based on the college's Seat Availability.
And now College will log in to the system, and he will be able to see the students who have applied for Admission. And now college can Allot a seat to the Student who has not been allotted any seat.
And now Students will be able to see the allotted college.
In the end, Admin will be able to see all the details of Students and Colleges.
-----------------------------------
ROLES OF USER
ADMIN ROLE
1) Admin will be able to Register into the System.
0 Comments