Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 902 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 902 Bytes

MakeItFit

Grade: 20/20 ⭐️

An management Fitness App, made for our POO class.

Project requirements (set by the professors) are in Requirements.pdf (🇵🇹).

Building

Dependencies

  • Gradle
  • JUnit5
  • Java Docs

Building

A release build is achieved with:

$ ./gradlew build

To build our tests:

$ ./gradlew test

To remove files generated by a build, run:

$ ./gradlew clean

Running

To run our application:

$ ./gradlew run --console=plain

Contributing

As a university group project, we cannot allow external contributors.

Group Members