Skip to content

Dnhem/axon-beta

Repository files navigation


Axon

Exercise Programming for Fitness Professionals.
Live Demo

About The Project

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.

image image

Built With

  • html
  • css
  • javascript
  • python
  • flask
  • postgresql

Getting Started

Installation

  1. Get a free API Key at https://rapidapi.com/justin-WFnsXH_t6/api/exercisedb/

  2. 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 files

  • Test app routes
    python -m unittest tests_app.py
  • Test app models
    python -m unittest test_models.py

Contact

Dana Nhem

[email protected]

https://www.linkedin.com/in/dana-nhem-developer/

Project Link - https://github.com/Dnhem/axon-beta

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published