https://github.com/ralscha/kcal-counter
https://github.com/ralscha/kcal-counter
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ralscha/kcal-counter
- Owner: ralscha
- Created: 2026-03-23T19:43:10.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-05T13:39:36.000Z (3 months ago)
- Last Synced: 2026-04-05T15:23:04.792Z (3 months ago)
- Language: Go
- Size: 707 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kcal-counter
Simple calorie tracking app with a Go backend and an Angular frontend.
## Structure
- `backend/` contains the API, database migrations, and tests.
- `frontend/` contains the Angular web app.
- `deployment/` contains deployment and production-related files.