This application was a joint effort to create an app that not only gave you exercise information, but also information on how to be healthly.
13a01de0-a161-4f77-a9f7-2726b4339cc2.mp4
Schema: Work-out Name - String Description - String Repetition or Time (minutes)- Boolean/Number User Schema: Username - String Password - String
Routes: GET/ - Homepage GET/workout - Workout Index GET/workout/:id - Workout view page GET/workout/new- Form to create a new workout POST/workout - Create new user work-out GET/workout/:id/edit - Edit user's work-out PUT/workout/:id - Delete work-out
As a user, I want to be able to log-in/sign-up. As a User, I would like to be able to add an exercise to my routine. As a User, I would like to be able to view the index of work-outs. As a User, I would like to be able to edit my routine. As a User, I would like to see an aesthetic application. MERN Full CRUD User Authentication Nav Bar MVC Stretch Goals: Add a workout API Add pre-calibrated workout-plans One to many User profiles Add Social features Add Nutrition tracking Add Health metrics