GitHub - aabiji/logbuddy: Simple health tracking app (old version)

1 min read Original article ↗

LogBuddy Banner

A simple health tracking app for monitoring your nutrition, workouts, weight, and period. Checkout the github releases for the android apk.

LogBuddy Screens

Develop

LogBuddy was built using Golang for the backend, Ionic for the frontend and PostgreSQL as the database. You might also need to install Android Studio for Android builds.

Run the backend (be sure to edit the generated .env and frontend/.env):

cd path/to/logbuddy && ./run-backend.sh

Run an android debug build with live reloading:

cd path/to/logbuddy/frontend

bun install -g @ionic/cli
bun install && bun run build

# build once with live reloading
bunx cap run android -l

# serve the frontend exposed on the local network
ionic serve --host=0.0.0.0 --port=3000

Contributions are welcome! Please feel free to submit a pull request.