Example application

Installation proccess

Run ElastiSearch and RabbitMQ servers.

Create the environment and execute flask:

$ pip install -e .[all]
$ cd examples
$ ./app-setup.sh
$ ./app-fixtures.sh

Run the server:

$ FLASK_APP=app.py flask run --debugger -p 5000

Visit your favorite browser on http://localhost:5000/search.

Search for example: wall.

To be able to uninstall the example app:

$ ./app-teardown.sh