An application to manage users practicing physical activities, that keeps track of calories burnt and activity records.
Grade: 19 / 20 ⭐
The application can be built and run wit the following command:
$ ./gradlew runFor developers, the following commands may be useful:
- Run unit tests:
./gradlew test - Generate documentation:
./gradlew javadoc - Format code:
./gradlew spotlessApply