In this group project we have built a workout applictation using full stack mongo/express/react/node application (MERN Stack)
Project Overiview- https://docs.google.com/document/d/1kmjBF7HNCl62LEr9aCRfuobMV9ImzQSEMi0kjWIF3JM/edit
- This workout application provides users the ability to track, edit, view, and delete workouts. The home page gives user an overview of how the application functions, the about page has 12 familiar workouts with attached that show's proper form, and the nutrition link sends users to another application where users can track their calories. Lastly, the add exercise page has a form where users can add workouts, then edit, and delete the workouts they have created.
- Heroku - (Back End Deployment)
- Access to root API- https://fitness-app-1114.herokuapp.com/
- Access to a list of exercises- https://fitness-app-1114.herokuapp.com/exercises
- Access to a single exercise- https://fitness-app-1114.herokuapp.com/exercises/:id
- Access to workout records- https://fitness-app-1114.herokuapp.com/exerciserecs
- Access to a single workout record- https://fitness-app-1114.herokuapp.com/exerciserecs/:id
-
Netlify - (Front End Deployment) https://reposfit.netlify.app/
-
Frontend Repo - https://github.com/Kan5661/unit-3
-
Backend Repo - https://github.com/individual-ism/ReposFit_Backend
- Javascript
- MongoDB
- React
- CSS
- react-router-dom
- cors
- express
- mongoose
- morgan
- react-icons
- Add authentication so users can have their own accounts to track their workout data.