A minimal, fullstack webapp that helps users identify the most healthy options to eat at either Brandywine or the Anteatery
Link: nutri-ant.vercel.app
The app makes use of the Zotmeal API to query menu data on a Flask-built backend based on user input. The app then calculates the bmr and dri levels given the users age, sex, height, and weight, finally returning a sorted list of menu items that most efficiently helps with reaching one's daily macro-nutrient goals.
The project can be installed using git via:
git clone https://github.com/elcosas/Nutri-Ant.gitThen running either setup.sh (Unix) or setup.bat (Windows):
./setup.shsetup.batThen finally running the main app:
python api/index.pybackend data: EricPedley/zotmeal-backend
DRI information: