Skip to content

A workout tracker using a Mongo database with a Mongoose schema + routes with Express

License

Notifications You must be signed in to change notification settings

onomatopoetica/workout-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub last commit GitHub code size in bytes GitHub top language npm npm npm GitHub license

Workout Tracker

A workout tracker using a Mongo database with a Mongoose schema + routes with Express

Project Links

Repo Link
NOTE: The deployed app can be found on Heroku. Please see the Getting Started section for more information regarding installation, usage, contribution guidelines, and where to go for questions.

Table of Contents

  1. About The Project
  2. Project Links
  3. Demo
  4. Getting Started
  5. Installation
  6. Usage
  7. Contribution Guidelines
  8. Questions
  9. Project Status
  10. License

About The Project

It has been empirically proven people reach their fitness goals more quickly when they track their workout progress. With this app, the user can:

  • View, create and track daily workouts.

  • Multiple exercises in a workout on a given day may be created.

  • The user can track the name, type weight, sets, reps and duration of an exercise.

  • If the exercise is cardio, the user can track their distance traveled.

Upon launching the app, the Workout Tracker gives the user the option to create a new workout or continue with their last workout. The user is able to:

  • Add exercises to the most recent workout plan.

  • Add new exercises to a new workout plan.

  • View the combined weight of multiple exercises from the past seven workouts on the stats page.

  • View the total duration of each workout from the past seven workouts on the stats page.

Because this application cannot be deployed on GitHub, a walkthrough video demonstrates its functionality below. The deployed app can be found on Heroku.

Demo

The following is an overview of the application in operation and rendering of the Workout Tracker app.

app video

The following are screenshots of the application and overview of its functionality:

app screenshot

app screenshot

app screenshot

app screenshot

app screenshot

Getting Started

Technologies used in this project include:

  • MongoDB
  • MongoDB Atlas for deploying to Heroku
  • Mongoose
  • Node
  • Express
  • Morgan

Installation:

  • Clone the repo: git clone https://github.com/onomatopoetica/workout-tracker.git

After cloning the repo:

  • All NPM packages required for this application (Express, Mongoose, and Morgan) are already listed as dependencies in the package.json file. Run the command 'npm i' command in your terminal at the root directory level to install the packages.

  • The application will be invoked by using nodemon or entering node server.js in the command line.

  • You will see App running on port 3000! in the console. You can then view the app on http://localhost:3000/.

Usage

Contribution Guidelines

  • When contributing to this repository, please contact the project team for review of your contribution plan. See contact details below.

Questions

Connect with me:

Contact jendotb@gmail.com

Project Status

Current Project Activity Active

License

Distributed under the MIT License. See LICENSE for more information.

This README was generated with ♥️  by Good README Generator.

About

A workout tracker using a Mongo database with a Mongoose schema + routes with Express

Resources

License

Stars

Watchers

Forks