Project Link: https://workoutsql.herokuapp.com/report
UI Component
Seeding DB
CLI Component
"I thought those workouts were cardio before I seeded this database" you in 10 minutes
git clone https://github.com/krosenk729/Node-SQL-Workout-Logger.git
npm install
cd server/database
node schema.js
(pause and wait)
node seed.js
(pause and go workout)
You have three choices:
- Log a workout (spin, run or lift)
- Report on workouts (yeah buddy)
- Update an exisiting workout (only do this if you know the workout_id)
cd server/
node cli.js