Skip to content

weihanyau/Maya-2.0-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maya 2.0 GUI

This project is created as a part of the assignment project under the UM WIX1002 Fundamentals of Programming class.

Group Members

Yau Wei Han U2102749
Chung Qi Lin U2102742
Lim Zheng Yu U2102809
Cheong Jin Xuan U2102735
Hoong Dao Jing U2102744

Prerequisite

  • Maven
  • Java 17
  • MySQL server that hosts the maya database. You can get the database from here: Maya Database

Getting Started

Clone the project or download the .zip file of the branch.
Change the username and password on line 13 of the DBConnetor class to match the password of your MySQL server.

this.connection = DriverManager.getConnection("jdbc:mysql://localhost:3306/maya","<your username here>","<your password here>");

Installing

Install all the dependencies by doing

mvn dependency:resolve

Running

To run this project, do

mvn clean javafx:run

Built With

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages