Application to view create and track daily workouts. Also to log multiple exercises in a workout on a given day. It should also be able to track the name, type, weight, sets, reps, and duration of exercise. If the exercise is a cardio exercise, It should be able to track the distance traveled.
npm install || npm install express || npm install mongoose
- Add exercises to a previous workout plan.
- Add new exercises to a new workout plan.
- View the combined weight of multiple exercises on the stats page.
npm run start