Skip to content

Basigli/TrackBite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

309 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeFactor

TrackBite

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.


Tech Stack

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

Installation

1. Clone the repository

git clone https://github.com/Basigli/trackbite.git
cd trackbite

2. Build the images

docker compose build

3. Start the containers

docker compose up

The 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.

About

Yet another calorie tracker app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors