Skip to content

elcosas/Nutri-Ant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nutri-Ant

A minimal, fullstack webapp that helps users identify the most healthy options to eat at either Brandywine or the Anteatery

GitHub Repo stars GitHub forks GitHub last commit (branch) Vercel

Link: nutri-ant.vercel.app

Description

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.

Usage

The project can be installed using git via:

git clone https://github.com/elcosas/Nutri-Ant.git

Then running either setup.sh (Unix) or setup.bat (Windows):

./setup.sh
setup.bat

Then finally running the main app:

python api/index.py

Sources

backend data: EricPedley/zotmeal-backend

DRI information:

About

Nutri-Ant is a minimal, fullstack webapp that helps users identify the most healthy options to eat at either Brandywine or the Anteatery for reaching daily macro-nutrient goals

Topics

Resources

Stars

Watchers

Forks

Contributors