This repository is a home task for Advanced Java course. It is a simple console based Course Registration System. This system can store data on both MySQL or File based system.
- Java (for logic implementation)
- MySQL (for Database Opearation)
- JUnit 5 (for method testing)
For connecting to database click phpMyAdmin and provide the server address
, user name
and password
.
- Server Address
sql12.freesqldatabase.com
- User Name
sql12296784
- password
zWgHtHy9Il
- JDK 1.8
- mysql-connector-java-8.0.16
- Junit5.3
- CRUD operation MySQL
- Student
- Course
- Faculty
- Section
- Registration
- CRUD operation CSV file
- Student
- Course
- Faculty
- Section
- Registration
- CRUD operation MySQL Testing
- Student
- CRUD operation CSV file Testing