Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Liquidwork/Digital_gym_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital_gym_system

A Digital gym system using agile development methods.
The target of this system is to apply the knowledge from Software Engineering to build this product based solely on Java.
The project is now ended after the final dilevery, the repository will be archived from now on.

How to run the program

You can run the program via IDE or command line application.

Run the program in IDE

To run the program in IDE, you can open the folder as a project in a java ide (IDEA, vscode, eclipse).
Then run the Main class main method.

Run the program in command line

To run the program in command line, you should first enter the source folder of the project.
Then run the following command to compile the program:
> javac -cp . ./exceptions/*.java
> javac -cp . ./*.java
After, the program is compiled properly, to run the program, use:
> java Main

The version of java should not be older than javac, or Runtime class will throw an Exception before running.

How to run the test method

To run the test method, you should move the JUnitTest in test method to source folder.
If you are using IDE, you can add JUnit5.7 dependency. We highly recommend you to use IDE to run the JUnit test.

Acknowledgement

Thank to all the developers who contributed in this project.
Special thank to all the lecturers in Software Engineering.

Proudly presented by EBU6304-2021 Software Engineering Group 47

About

A Digital gym system using agile development methods

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 6

Languages