/NFLDatabaseApp

This project consists of a database application representing statistics of the 2019 NFL season. The project is written in Java and utilizes the JDBC connector to connect to the MySQL database server.

Primary LanguageJava

Authors: Marty Vo, Roshan Pai

This project consists of a database application representing statistics of the 2019 NFL season. The front-end of the project is written in Java and utilizes the JDBC connector to connect to the MySQL database server. To access and run our project, you will need the following software:

After you have the required software installed, use the IDE to open the front-end java file. Move the JDBC connector jar to the same project location as the front-end java file. Using MySQL Workbench, run the database dump to create the database server with all objects, triggers, functions, and procedures. Now go back to the IDE, and run the front-end java file. In the console you should now see a series of instructions that will allow you to perform CRUD operations on the database.