Skip to content

dawsonp2003/RecipeOrganizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipe Organizer

Files in this package:

  • app.py # Flask backend
  • requirements.txt
  • Style.css
  • RecipeAdder.html
  • RecipeSearch.html
  • RecipeViewer.html
  • Recipes/ # example folder structure Burgers/ SpicyBurger/ SpicyBurger.txt (add a small SpicyBurger.jpg image here)

Run:

  1. python -m venv venv
  2. source venv/bin/activate # or venv\Scripts\activate on Windows
  3. pip install -r requirements.txt
  4. python app.py
  5. Open http://127.0.0.1:5000/RecipeSearch.html

Notes:

  • The backend expects recipes organized under Recipes/<Category>/<RecipeName>/<RecipeName>.txt and a thumbnail image named <RecipeName>.<ext> in the same folder.
  • Use the RecipeAdder page to create new recipes (the frontend will POST to the Flask backend and the server will write files and resize images).

About

Creating a custom recipe organizer for the kitchen.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published