Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.35 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.35 KB
img
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.

Features

  1. Logging of daily food intake via camera
  2. Tracking nutrient specific breakdown of food items
  3. Setting daily and weekly goals for calories consumed
  4. Reward based system and gamification through competitions
  5. Visual representation of monthly calorie intake

Tech Stack

img

Screenshots

img

Installation

  1. Clone the repository
git clone https://github.com/shreyavaidya2311/EatRight.git
  1. Installing dependencies
npm i
cd backend & npm i
  1. Run the frontend (http://localhost:19000/)
npm start
  1. Run the backend (http://localhost:5000/)
cd backend
npm run server