An management Fitness App, made for our POO class.
Project requirements (set by the professors) are in Requirements.pdf
(🇵🇹).
- Gradle
- JUnit5
- Java Docs
A release build is achieved with:
$ ./gradlew build
To build our tests:
$ ./gradlew test
To remove files generated by a build, run:
$ ./gradlew clean
To run our application:
$ ./gradlew run --console=plain
As a university group project, we cannot allow external contributors.
- Afonso Dionísio Santos (a104276)
- Pedro Figueiredo Pereira (a104082)
- Hélder Ricardo Ribeiro Gomes (a104100)