Skip to content

CS 321 WebApp. Recipe recommendation system.

Notifications You must be signed in to change notification settings

SaurabhK24/recipe_radar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipe Radar

Description

WIP

Getting Started

Dependencies

  • Python 3.8.x or newer
  • Flask
  • Recipe-Radar-API (Included)

Installing

The backend API and all dependencies can be installed with the following command from inside the project folder:

pip install -e .

Executing program

To start the Flask backend, execute the following command from inside the project folder:

flask --app backend run

To initialize the database, execute the following command in a seperate terminal window:

flask --app backend init-db

For updating recipes in the database, execute the following command inside of the project folder, also in a seperate terminal window:

flask --app backend update-recipes

Authors

  • Maxwell Romack
  • Saurabh Khanal
  • Laiba Farhan
  • Tanni Barua

Acknowledgments

About

CS 321 WebApp. Recipe recommendation system.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •