Exercise tracker
JavaScript 93.1%
CSS 5.7%
Dockerfile 0.5%
Makefile 0.4%
HTML 0.3%
26 1 0

Clone this repository

https://tangled.org/duncanjbrown.com/fit3 https://tangled.org/did:plc:adcyvgteup64mae5wc5umha5/fit3
git@tangled.org:duncanjbrown.com/fit3 git@tangled.org:did:plc:adcyvgteup64mae5wc5umha5/fit3

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

fit3#

screenshot

A minimal exercise tracker with AI sprinkles. 99% AI-coded.

React frontend, express backend, postgres.

Running#

docker-compose up --build

Note that there is no volume mounting configured in docker compose yet, so it's necessary to rebuild before seeing changes.

Deploying#

make deploy

The deployment process is currently hardcoded to work with my own VPS. It will not work with other setups out of the box.

Security#

This app supports a single user, with credentials configured in AUTH_USER and AUTH_PASS.