Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 460 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 460 Bytes

w5_individual_project

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.