Use this app to add, track, and complete exercises. Exercises are stored in a mongoDB database. Upon adding and completing one or more workouts for a day, the main page is updated with statistics of completed workouts. Check out the dashboard page to see workouts completed over time.
-
- Start by entering the following in your terminal:
Git clone https://github.com/whackingMUFN/Workout-Tracker.git
- Start by entering the following in your terminal:
-
- Change directory to
Workout-Trackerand enternpm installinto your terminal. This will install all package dependencies.
- Change directory to
-
- Add node_modules to .gitignore.
-
- Enter
npm run seedin terminal.
- Enter
-
- Start the application by running
npm start
- Start the application by running
This assignment was provided by Trilogy Education Services. Front-end code was provided by Trilogy Education Services. Back-end Code was developed based on in class activities and lectures, MDN Reference Documents for JavaScript syntax, JSHint for JavaScript validation, mongoose.js and MongoDB for reference documentation and examples, and various other online resources.
License MIT © 2020 Calvin Freese