Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/18alantom/fetzen-backend
Backend to the FETZEN workout tracker.
https://github.com/18alantom/fetzen-backend
expressjs javascript webapp
Last synced: about 4 hours ago
JSON representation
Backend to the FETZEN workout tracker.
- Host: GitHub
- URL: https://github.com/18alantom/fetzen-backend
- Owner: 18alantom
- License: gpl-3.0
- Created: 2019-09-05T07:04:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T06:46:41.000Z (almost 2 years ago)
- Last Synced: 2023-03-09T04:37:48.160Z (over 1 year ago)
- Topics: expressjs, javascript, webapp
- Language: JavaScript
- Homepage:
- Size: 252 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fetzen-backend
API server to the FETZEN workout tracker.### Links
- [The App](https://18alantom.github.io/fetzen)
- [The App code](https://github.com/18alantom/fetzen)### What it does
- The app tracks user entered workout.
- Each workout consists of exercises.
- The app shows stats related to these exercises.### Why was it made
- For a college web development course project.