Skip to content

Luanarm/NHPI-Statistical-Analysis

 
 

Repository files navigation

Project Zulu Software Application Project

Repository for the Project Zulu software application. This repository is created as the EECS3311 course project at York University.

Team Name: Zulu

Team Members: Avaninder Bath | Nikolaos Diamantakis | John Wiens-Soshycki | Luana Ribeiro Madeira

General Functionality

  • The application allows the users to choose different geographic regions of the same level (provinces or towns) and a specific period and compare the NHPIs over time using various visualizations.

Version 2.0 Notes

  • JFreeChart, mysql-connector, and Apache Math Commons libraries are already imported and ready to use, so there should be no need to import them manually
  • All implemented parts of the application now work together, as part of the requirements for this application

How To Start The Application

  • Install Java SE 19 and MySQL/MySQL Server 8.0.32
  • During the installation of MySQL Server, set up your Workbench to have the username "root" and the password "root" for access to the database
  • Create a schema called "database" in MySQL Workbench, and open/run the NHPI-Database.sql file to complete setup of the database for this program
  • Run UserInterface.java - this is the main file of the program
  • Enjoy!

About

Repository for the Project Zulu application project (EECS3311 at York University).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 92.4%
  • Java 7.6%