Skip to content

Commit 44c0d67

Browse files
packaging and readme
1 parent 32bbcf7 commit 44c0d67

File tree

2 files changed

+763
-0
lines changed

2 files changed

+763
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,16 @@
33

44
There are a lot of recipes on the internet. Unfortunately, most of them are bad. I currently store a bunch of recipes in catgorized folders. Probem is that many dishes fit multiple categories. For example: falafel can both be snack food and a meal. The plan here is to have a project that stores pdfs and uses mongo to tag the metadata. then I can use a get request to perform queries and find recipes that fit a specific tag.
55

6+
## To Run
7+
8+
1) Checkout this directory to a specified location
9+
10+
2) Setup a Mongo instance. I made mine using https://docs.docker.com/samples/library/mongo/ . You'll need to create a recipes collection and point the url at the correct IP
11+
12+
3) Install packages denoted in requirements.txt
13+
14+
4) Run flask and start inserting some recipes.
15+
16+
17+
Note: This is more of a hobby project to improve my skills as a developer than a fully fleged project with continued development. That being said, feel free to ask me any questions.
18+

0 commit comments

Comments
 (0)