TrackBite is a web app that helps you track your daily calorie intake and analyze your nutrition habits.
It lets you scan barcodes of food products to automatically log their nutritional values and build a personalized food diary.
Built with the MEVN stack:
- MongoDB – NoSQL database for users, food items, and daily logs
- Express.js – Backend API framework for building RESTful endpoints
- Vue.js 3 – Reactive and lightweight frontend framework (Composition API)
- Node.js – JavaScript runtime for backend execution
git clone https://github.com/Basigli/trackbite.git
cd trackbitedocker compose builddocker compose upThe app is available at http://localhost:5173/
Login as user bob with password passwordBob to explore the features.
Login as admin alice with password passwordAlice to access admin features.