Skip to content

Files

Latest commit

author
C.Silva
Mar 2, 2025
dc276a2 · Mar 2, 2025

History

History
44 lines (29 loc) · 794 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 794 Bytes

Fithub - Open Source Fitness Tracker

Fithub

👀Features

  • Daily logs of weight/bodyfat/progress picture
  • Go back and check what your stats were for a given date
  • Charts to visualize evolution
  • Heatmap of your logging activity
  • Averages of your stats

🔧Installation using Docker

  1. Clone the repository
git clone https://github.com/s1lvax/fithub
  1. (Optional) Change the passwords inside the docker-compose.yml file

  2. Deploy using Docker

sudo docker-compose up -d --build
  1. Access Fithub on your browser
http://HOSTIP:3000

💻Technologies

  • SvelteKit
  • PostgresQL
  • Prisma
  • Tailwind

🤝Contributions

All contributions, either by reporting Issues or opening PRs, are most welcome.