Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 974 Bytes

File metadata and controls

52 lines (32 loc) · 974 Bytes

Heroku

https://workout-logs.herokuapp.com/ (username: hello, password: world)

Description

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.

Usage

Running locally

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

Deploying to Heroku requires adding the nodejs buildpack:

heroku buildpacks:add --index 1 heroku/nodejs

Documentation

Datebase diagram

User stories