A full-stack fitness tracker app built on NodeJS using ExpressJS, MongoDB, and Mongoose.
See your cumulative exercise statistics plotted and graphed by type and day!
- Installation
- Contribution
- User Story
- Link to Deployed Application
- Example
- Contents
- Team
- License
- Credits
Feel free to clone the repo and run locally by using the terminal/bash command node server
or npm run start
Please contact me if you find an issue or have a suggestion for future development!
As a user, I want to be able to view, create, and track daily workouts.
I want to be able to log multiple exercises in a workout on a given day.
I should also be able to track the name, type, weight, sets, reps, and duration of exercise.
If the exercise is a cardio exercise, I should be able to track my distance traveled.
Start a new workout or add exercises to an existing one. Check out the Dashboard to see your cumulative stats!
- NodeJS Project MIT license
- Express Morgan MIT license
- ChartJS MIT license
- MongoDB SSPL
- MongoDB Mongoose MIT license
- ExpressJS MIT license
- Node Package Manager (npm) Artistic License 2.0