Overview:
WAEL is a simple self-hosted weight and exercise log application that allows users to track their weight and exercise over time. It provides basic metrics and a convenient chart for visualizing progress. This open-source app can be self-hosted using the provided Dockerfile and docker-compose.yml. Please note that the Docker setup is specifically tailored to work on a Raspberry Pi with an arm64/aarch64 processor architecture.
Features:
- Track weight and exercise over time
- Basic metrics for measuring progress
- Handy chart for visualizing data
- Self-hosted option using Dockerfile and docker-compose.yml
Installation:
To install WAEL, follow these steps:
- Install node and yarn.
- Navigate to the project root directory.
- Run
yarn installto install the necessary dependencies. - To build the development version of the app with live file reloading, run
yarn run dev. - To build the production version of the app for hosting, run
yarn run build.
Summary:
WAEL is a simple self-hosted weight and exercise log application that allows users to track their progress over time. With basic metrics and a convenient chart, users can visualize their weight and exercise data. The open-source nature of the app encourages contribution and improvement, making it a versatile solution for tracking health and fitness goals.