Skip to content

DrewAMSD/lifting_log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

124 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lifting Log

Web app to track workouts, create workout templates, and view workout statistics to stay on top of fitness goals.

Running app locally

  1. Clone the repository
# over https
git clone https://github.com/DrewAMSD/lifting_log.git
# over ssh
git clone git@github.com:DrewAMSD/lifting_log.git
  1. Move into project root directory
cd lifting_log
  1. Start backend with sqlite configuration
docker compose up

# Alternatively: cd into ./api and run docker file manually

Can interact with FastAPI endpoints on localhost:8000, or use localhost:8000/docs for a user interface.

  1. Start web
# move into root directory of web app
cd lifting-log-web

# install project dependencies (must have Node installed)
npm install

# start web server locally
npm run dev

Can access web app by visiting localhost:3000 in a browser.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors