Skip to content

sandbox-pokhara/open-hypertrophy

Repository files navigation

open-hypertrophy

An open-source web-based strength tracker for hypertrophy

Note: This project is under construction.

Demo

Concept

Concept

Run Locally using Docker

  1. Download docker-compose.yml.

  2. Start the server.

    docker compose up
    
  3. The server should be running in https://127.0.0.1:8000/.

  4. Create a user to access the web application.

    docker compose exec python manage.py createsuperuser
    

License

This project is licensed under the terms of the MIT license.