This repository contains CRUD operations for Student from provided Database (SQL file).
Here is two implementation for a model class "Student".
One is the MySQL implementation and the other one is a Flat File implementation.
To run this project provided database need to be imported in Database system.
Netbeans 8.2
XAMPP Control Panel v3.2.2 (for monitoring the database)
MySQL Server 8.0
Java (for coding the backend of the software)
SQL (for querying from the database)
MySQL JDBC Driver 5.1.23
Gson 2.8.5 (for creating and parsing json)