Skip to content

This app allows a user to track their workouts. It allows you to create a new workout as well as continue an existing one. Also, this app saves workout data on a Mongo database.

Notifications You must be signed in to change notification settings

ryelow94/Fitness-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fitness-Tracker

Description

This app allows a user to track their workouts. It allows you to create a new workout as well as continue an existing one. Also, this app saves workout data on a Mongo database.

Fitness-Tracker

Installation

This app requires you to run npm install to get the various required node modules. Use node server.js in the terminal to run the server and view the app at local host 3000. Also, in order to get the seeded data run npm run seed to seed the data.

Credits

The front end was already completed by Trilogy as this app was part of an assignment designed to let us practice writing the back end using a mongo database and to practice using mongoose.

Contributors

I completed all of the back end code by myself with the help of my professor and tutor of course.

Challenges

The hardest part of this assingment was the deployment to heroku for me. I ran into some difficulty not realizing that I had some password verifcation issues. Once I resloved those issues, everything worked just fine. Also, learning some of the mongoose methods and syntax took a bit of documentation reading to figure out, but all in all it was a fairly simple process.

Live Deployment

https://safe-taiga-08781.herokuapp.com/

License

MIT

About

This app allows a user to track their workouts. It allows you to create a new workout as well as continue an existing one. Also, this app saves workout data on a Mongo database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published