Skip to content

Kiizon/MealMate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MealMate

Overview

MealMate is a budget-conscious recipe generator that helps users save money by creating meal plans based on local grocery deals. Born from the motivation to be frugal and make the most of every dollar, it transforms weekly flyer discounts into practical, cost-effective recipes. Simply enter your postal code and let MealMate do the work of finding deals and suggesting what to cook.

Running the Frontend

go into xcode and build

Running the Backend

cd api
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
uvicorn main:app --reload
# API will be available at http://localhost:8000
# Documentation at http://localhost:8000/docs

About

MealMate aggregates local on-sale ingredients and curates recipes for frugal eats

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors