fit3#
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.