Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 1.22 KB

File metadata and controls

65 lines (46 loc) · 1.22 KB

CavemanLifting

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

Getting started

  1. Clone the repo
git clone https://github.com/Aothe/CavemanLifting
cd server
  1. Install dependencies
npm install
  1. Start server
nodemon
  1. Start development server
follow steps 1 through 3, using cd client instead of server
use npm start in place of nodemon
  1. Populate DB
To be done, script for populating DB

Tech Stack

Developers