https://github.com/rajsaurabh78/disagreeable-level-7374
This automated application help Institute to enroll students efficiently, create batches under a course and allocates the students in a batch.
https://github.com/rajsaurabh78/disagreeable-level-7374
github java jdbc mysql
Last synced: 2 months ago
JSON representation
This automated application help Institute to enroll students efficiently, create batches under a course and allocates the students in a batch.
- Host: GitHub
- URL: https://github.com/rajsaurabh78/disagreeable-level-7374
- Owner: rajsaurabh78
- Created: 2023-01-17T04:00:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T17:24:58.000Z (about 2 years ago)
- Last Synced: 2025-08-04T16:44:47.049Z (11 months ago)
- Topics: github, java, jdbc, mysql
- Language: Java
- Homepage: https://drive.google.com/file/d/1yNVrUuM2ysVGa1xZdeSxanMAkBz6p1eT/view?usp=sharing
- Size: 198 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Student registration system

This automated application help Institute to enroll students efficiently,
create batches under a course and allocates the students in a batch.
### Tech Stack
------------
- MySql
- JDBC
- GitHub
- JAVA
- Sts
There are two user of this Application:-
1.Admin
2.Student
### Functionalities
------------
Roles for Administrator :
1. Add a new Courses
2. Update Fees of course.
3. Delete a course from any Training session.
4. Search information about a course.
5. Create Batch under a course.
6. Allocate students in a Batch under a course.
7. Update total seats of a batch.
8. View the students of every batch.
Roles for a Student:
1. Register himself in a course with a username and password (email should be the username)
2. can update this details.
3. can see all the available course list and their seat availability.
### ER Diagram
------------

### Explanation Video Link - [[Link](https://drive.google.com/file/d/1yNVrUuM2ysVGa1xZdeSxanMAkBz6p1eT/view?usp=sharing)]()
# disagreeable-level-7374