An app for both beginner and experienced lifters to track progression with a myriad of different metrics
- Track lifting improvements over extended periods of time
- View previous workouts and comments attached
- Clone the repo
git clone https://github.com/Aothe/CavemanLifting
cd server
- Install dependencies
npm install
- Start server
nodemon
- Start development server
follow steps 1 through 3, using cd client instead of server
use npm start in place of nodemon
- Populate DB
To be done, script for populating DB