Skip to content

itslewiswatson/cab302-major-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAB302 Major Project

Instructions

Database

Firstly, install MariaDB Server. Once installed, open the MySQL Client and press Enter when prompted for the password. Then enter the following:

CREATE DATABASE db;

Next, open cmd and navigate to the installation's bin folder, by default:

cd C:\Program Files\MariaDB 10.5\bin

Then enter the following (where %sql_file% is the absolute file path to the db.sql file in the project's root directory):

mysql -u root -p db < %sql_file%

Press Enter when prompted for the password.

Server (IDE)

To run the server, open the project in IntelliJ and go to RunRun 'Server'.

Client (IDE)

To run the client, open the project in IntelliJ and go to the Maven Tool Window on the right-hand side. If it's not open, go to ViewTool WindowsMaven. Within the Maven Tool Window open the cab302-major-project dropdown, go to Lifecyclecompile. Once compilation is complete, click on Reload All Maven Projects at the top left of the window. Then go to Pluginsjavafxjavafx:run.

Server & Client (Deployment)

Within the Maven Tool Window open the cab302-major-project dropdown, go to Lifecyclepackage. Once the packaging process is complete, the executable jars and their properties files can be found in the target directory in the project root.

Documentation

Milestones

Milestone 1

Milestone 2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages