adriana-carmo / Fitness_Tracker

## User Story * 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fitness_Tracker

Table of Contents:

Description

Creating a workout tracker application, where will be to keep in Mongo database with a Mongoose schema and handle routes with Express.

User Story

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.

Installation

NPM Version

Install MongoDB

Run

* Run in Terminal: node server.js 
* Browser: http://localhost:3000/

Deploy in Heroku

https://fitness-tracker-heroku.herokuapp.com/?id=5fdacae34ff7380017ff2c79

Application run in the Heroku Home

Workout Dashboard displaying last weeks summary. Dashboard Page

Cluster in MongoDB MongDB

Run in Localhost

Home page Home

Workout Dashboard displaying last weeks summary. Dashboard Page

Question

For more questions about Team Profile Generator you can go to my Github page at the follow link:

For additional questions please reach out to my e-mail at : dri.abedala@gmail.com

About

## User Story * 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.


Languages

Language:JavaScript 58.9%Language:CSS 22.3%Language:HTML 18.8%