Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 453 Bytes

readme.md

File metadata and controls

17 lines (14 loc) · 453 Bytes

Overview

This is a simple application for building and tracking strength training workout programs. A user is able to create an account and can start building their workout plans, which can be saved and exported.

Getting Started

  1. Clone the repository
  2. Install dependencies
pip install -r requirements.txt
  1. Run the application
python manage.py runserver
  1. Create a user account
  2. Start building your workout plans!