In today’s world, there are many people facing health issues solely due to the reason of not following a healthy diet. Constant tracking of one’s diet has become a necessity. EatRight is an easy to use food logger that allows users to track their calorie intake efficiently.
- Logging of daily food intake via camera
- Tracking nutrient specific breakdown of food items
- Setting daily and weekly goals for calories consumed
- Reward based system and gamification through competitions
- Visual representation of monthly calorie intake
- Clone the repository
git clone https://github.com/shreyavaidya2311/EatRight.git
- Installing dependencies
npm i
cd backend & npm i
- Run the frontend (http://localhost:19000/)
npm start
- Run the backend (http://localhost:5000/)
cd backend
npm run server