/workout-tracker

A web app to view, create and track daily workouts. Built with Node, Express, Mongoose & MongoDB.

Primary LanguageJavaScript

Workout Tracker

A web app to view, create and track daily workouts. A user is able to log multiple exercises in a workout on a given day and track the name, type, weight, sets, reps, distance and duration of exercise. View multiple the combined weight of multiple exercises on the stats page. Powered with a Node backend running an Express server & pulling data from a NoSQL DB using the Mongoose ORM.

Getting Started Remotely

Play on the hosted site. Or checkout the code in the repo.

Getting Started Locally

Prerequisites

  • Node
  • Mongo

Instructions

  1. Clone
git clone https://github.com/Spazcool/workout-tracker.git
  1. Install dependencies
npm install
  1. Run
node server

Built With

  • JS
    • Node
    • Express
    • Mongoose
  • DB
    • Mongo
  • HTML
  • CSS
    • Semantic UI
    • Bootstrap

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details