Problem Statement
Just 1 in 10 adults meet the federal recommendations for fruit and vegetable consumption. Research has shown that having visual aids during nutrition education can have a positive effect on individuals who are looking to make healthier choices. This application will allow the user to check the nutrition status of foods by conveniently taking a photo of the item.
Please note, everything in pink is a stretch goal (in the ERD). ERD: https://drive.google.com/file/d/1xFrq7y9HUhuC13e6CNbLfcb-wCd_TeXI/view?usp=sharing
Wireframes: https://www.justinmind.com/usernote/tests/39976685/39980508/39980510/index.html
Trello: https://trello.com/invite/b/1jamE5WS/6a5107f64354eb53855fd8675ddea118/capstone
Github link to backend: https://github.com/jculver1/capstone_backend
Tech used:
- React Native
- PSQL
- Node.js
- Express
- Clarifai API
- USDA API
Color palette:
- #EE4266 PARADISE PINK
- #404040 DARK GRAY
- #00CC99 CARIBBEAN GREEN
Server Side:
- Get request from food_items table return USDA_id
- Get request from nutrients table return daily value
- stretch goals:
- post request to user_intake. Send list of all nutrients to the table.
- get request from user_intake join food_items.id and join nutrients.id. Return food name, nutrient name, and quanity where data_stamp is equal to current date.