WAEL
is a simple self-hosted weight and exercise log - track your weight and exercise over time with basic metrics and a handy little chart. It can be self-hosted with the provide Dockerfile
and/or docker-compose.yml
.
NOTE - the
Docker
setup for this project has been specifically tailored to work on aRaspberry PI
, and as such expects to run onarm64
/aarch64
processor architecture. If you want to run on your ownrpi
, make sure you are running a 64 bit version of your operating system becauseprisma
(the ORM used in this project) requires it.
Screenshots
Chart & Stats (Desktop) | Log Entry (Desktop) |
---|---|
Chart & Stats (Mobile) | Log Entry (Mobile) |
---|---|
This app is open source and licensed under the MIT license, so you can feel free to check out the source code or even contribute to make it better!
Enjoy the app and feel like saying thanks? Feel free to buy me a coffee ☕
This project is licensed under the MIT License - see the license file for details.
To build the app locally for development or testing:
- Install
node
(andyarn
) cd
into the project root directory andyarn install
- Run
yarn run dev
to build the development version of the app with live file reloading. - Run
yarn run build
to build the production version of the app for hosting.