Caloru is a simple calorie tracker focused on what matters most — tracking your daily intake. No gamification, no recipe upsells, and absolutely no ads.
| Task | Status |
|---|---|
| API | ✅ |
| Web UI | 📒 TODO |
| Mobile app | 📒 TODO |
- Git
- Docker
- Dev Containers VS Code extension
-
Clone the repository
git clone https://github.com/GRO4T/Caloru.git cd Caloru -
Ctrl+Shift+P > Dev Containers: Open Folder in Container...
-
You can access the API at
http://localhost:8000
NOTE: If for some reason you don't want to use the dev containers extension you can spin up the service simply by using
docker-compose.