dinopark-search
August 30, 2018 ยท View on GitHub
Description
Web service to abstract search functionality in dinopark project.
- flask
- elasticsearch
Initial configuration
You need to install docker and docker-compose.
Building
docker-compose pullto pull the dependent imagesdocker-compose buildto build the image for the service
Getting started
To run the web service:
docker-compose up