ridoy19 / Course-Registration-System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Course-Registration-System

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.

Technologies Used

  • Java (for logic implementation)
  • MySQL (for Database Opearation)
  • JUnit 5 (for method testing)

Database Service Provider

Databse Administrator

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

External Libraries (jar files)

  • JDK 1.8
  • mysql-connector-java-8.0.16
  • Junit5.3

Task List (CRUD Operation)

  • CRUD operation MySQL
    • Student
    • Course
    • Faculty
    • Section
    • Registration
  • CRUD operation CSV file
    • Student
    • Course
    • Faculty
    • Section
    • Registration

Task List (Testing)

  • CRUD operation MySQL Testing
    • Student
  • CRUD operation CSV file Testing

About


Languages

Language:Java 99.9%Language:HTML 0.1%