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.
You can run the program via IDE or command line application.
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.
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.
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.
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