Skip to content

A web application for finding recipes based on the list of ingredients.

Notifications You must be signed in to change notification settings

apugachev/RecipeMatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipe Matcher


Installation Instruction

1. Install Docker and Python (if necessary)

1.1 Docker

​ Link: https://www.docker.com/get-started

1.2 Python

​ Link: https://www.python.org/downloads/

2. Obtain and run Elasticsearch Docker Image

docker pull docker.elastic.co/elasticsearch/elasticsearch:7.11.2

docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:7.11.2

3. Clone the Repository

git clone https://github.com/apugachev/RecipeMatcher.git

4. Create virtual environment and install dependencies

python3 -m venv recipe-env
source recipe-env/bin/activate
cd recipematcher
pip3 install -r requirements.txt

5. Run application

python3 app.py

Data sources:

About

A web application for finding recipes based on the list of ingredients.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published