Workout Planner CRUD App
To run this first in console write: If not already existing, CREATEDB workout psql -d workout -f db/workout.sql python3 console.py flask run
This is a Push Pull Legs workout tracker. This is a weightlifting workout app. It provides the user with the ability to see their routine, add exercises and track the weight and number of reps achieved. This is built using the Flask framework and a SQL database.