An open API service indexing awesome lists of open source software.

https://github.com/mes32/calisthenics-log

Logs and suggests calisthenics workouts consisting of push-ups, sit-ups, and pull-ups
https://github.com/mes32/calisthenics-log

Last synced: 22 days ago
JSON representation

Logs and suggests calisthenics workouts consisting of push-ups, sit-ups, and pull-ups

Awesome Lists containing this project

README

          

# Calisthenics Log
Logs and suggests calisthenics workouts consisting of push-ups, sit-ups, and pull-ups

You can try out this app [here](https://calisthenics-log.herokuapp.com/greeting) or build it locally using the instructions below.

## Build and Run
```bash
# Build JAR file using Maven
mvn package

# Run the JAR file
java -jar ./target/calisthenics-log-0.1.0.jar
```

## Resources
- [spring.io/guides/gs/rest-service](https://spring.io/guides/gs/rest-service)
- [blogg.kantega.no/webapp-with-create-react-app-and-spring-boot](https://blogg.kantega.no/webapp-with-create-react-app-and-spring-boot)
- [www.sealswcc.com/pdf/naval-special-warfare-physical-training-guide.pdf](https://www.sealswcc.com/pdf/naval-special-warfare-physical-training-guide.pdf)
- [navyseals.com/wp-content/uploads/2012/12/naval-special-warfare-physical-training-guide.pdf](https://navyseals.com/wp-content/uploads/2012/12/naval-special-warfare-physical-training-guide.pdf)