Skip to content

🚴 Fitness app. Used to learn the MVC and design pattern for Object-Oriented Programming class.

Notifications You must be signed in to change notification settings

Afonso-santos/MakeItFit_POO

Repository files navigation

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

About

🚴 Fitness app. Used to learn the MVC and design pattern for Object-Oriented Programming class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages