Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.38 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.38 KB

Workout Manager

This project was created to help me stay on track to complete workouts and physical therapy each week. The user can create a workout with a name, description, and image and then mark it as complete each week. You can scroll through previous and future weeks to see what workouts you completed each week.

Getting Started

These instructions will get you a copy of the project up and running on your local machine

Prerequisites

What things you need to install the software and how to install them

  1. NodeJS
  2. Either a local MongoDB instance or a remote Mongo provider like Mlab

Installing

A step by step series of examples that tell you have to get a development env running

  1. Clone down the repo on your local filesystem
git clone [email protected]:Burnett2k/workout-manager.git
  1. install npm dependencies
cd workout-manager
yarn

Configuration

In the root folder, there is a settings.json folder. Within it, place the URL for your mongoDB. I recommend MongoLab's free option so you don't have to go through the hassle of a local installation

{
  "mongoUrl": "<mongo db URL goes here>"
}

Built With

Authors

  • Sawyer Burnett - Initial work