Axon provides fitness professionals a client management system. The platform makes a remote api call to:
https://rapidapi.com/justin-WFnsXH_t6/api/exercisedb/
populating over 1300 exercises in the select drop-down menu making exercise programming seamless. Workouts are saved in the database records
for proper progressive overload and point of reference.
-
Get a free API Key at https://rapidapi.com/justin-WFnsXH_t6/api/exercisedb/
-
Clone the repo
git clone https://github.com/Dnhem/axon-beta.git
- Create virtual environment
python3 -m venv venv
- Enter virtual environment
source venv/bin/activate
- Install dependencies
pip install -r requirements.txt
- Start the app
FLASK_ENV=development flask run
- Test app routes
python -m unittest tests_app.py
- Test app models
python -m unittest test_models.py
Dana Nhem
https://www.linkedin.com/in/dana-nhem-developer/
Project Link - https://github.com/Dnhem/axon-beta