https://workout-logs.herokuapp.com/ (username: hello, password: world)
This app allows the user to create workout logs, where the number of repetitions and used weights for each exercise can be specified. The user can then view their past workouts to easily keep track of their progress.
Install project dependencies:
npm install
and
pip install -r requirements.txt
Then, to start the server:
python run.py
and to start the react client, run
npm start
in a separate terminal.
Deploying to Heroku requires adding the nodejs buildpack:
heroku buildpacks:add --index 1 heroku/nodejs