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.
These instructions will get you a copy of the project up and running on your local machine
What things you need to install the software and how to install them
A step by step series of examples that tell you have to get a development env running
- Clone down the repo on your local filesystem
git clone [email protected]:Burnett2k/workout-manager.git
- install npm dependencies
cd workout-manager
yarn
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>"
}
- Sawyer Burnett - Initial work