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
- Host: GitHub
- URL: https://github.com/mes32/calisthenics-log
- Owner: mes32
- Created: 2019-07-13T20:44:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:36:19.000Z (over 3 years ago)
- Last Synced: 2025-05-30T06:25:48.444Z (about 1 year ago)
- Language: JavaScript
- Size: 17.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
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)