Skip to content

A Workout Tracker app that allows users to track their workout progress wherever they are. Either in the gym, outdoors, or at home, the app assist users in maximizing their fitness results. This app was built using the MongoDB database with the Mongoose extension.

License

Notifications You must be signed in to change notification settings

MartinRenteria/Let-s-Workout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workout-tracker

Full-stack app that uses node, express, MongoDB, and Mongoose.

License: MIT

Description

Full-stack web application used to track workout routines and view workout history. The app uses JavaScript, node.js, an Express server, a MongoDB database, and Mongoose ODM.

Table of Contents

Technology

  • [MongoDB] - Database used for saving saved book information.
  • [Mongoose] - For creating MongoDB schemas in conjunction with MongoDB
  • [Express] - Back-end server for rendering API calls.
  • [node.js] - Evented I/O for the backend.
  • [Axios] - For grabbing API routes.
  • [Heroku] - For deployment.

Installation

  • Clone the repo here and run npm install
  • Once you have repo cloned and dependencies installed, run node server.js in the command line to start server on localhost:3000.

Usage

  1. View the deployed app here.
  2. Main page shows stats for you last workout, or a prompt to add one if you do not have any workouts logged.
  3. Click "Dashboard" to view workout stats.
  4. Click "New Workout" to begin logging a new workout, or click "Continue Workout" to log additional exercises to the current workout.

Screenshot

Here is a photo of the Workout_Tracker application

Progressive-Budget

Contributing

I am the sole contributor on this project.

License

MIT License

Copyright (c) [2020] [Martin Renteria]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Questions

Please direct any questions to [email protected]. if you have any questions and be sure to check out my other projects!

About

A Workout Tracker app that allows users to track their workout progress wherever they are. Either in the gym, outdoors, or at home, the app assist users in maximizing their fitness results. This app was built using the MongoDB database with the Mongoose extension.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published