Skip to content

MarkOrestis/WayYouEat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WayYouEat

About

WayYouEat is a web-application that focuses on providing users with a variety of unique weekly recipes depending on their dietary restrictions as well as the ability to look up the prices of each recipe by using Walmart API.

Installation Instructions

Steps to install and run:

  • Install latest Python Version
  • Install flask and all the necessary tools by typing: pip install flask flask-sqlalchemy flask-marshmallow marshmallow-sqlalchemy
  • Then cd into the app directory and in the commandline type:
  • set FLASK_APP=app.py
  • flask run

Core Functionality

  • app.py is where the server is functionality is as well as the rendring of the templates
  • api_routes.py has the algorithm implementation of the perfect sum problem
  • get_price.py has the price functionality

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published