Web service to abstract search functionality in dinopark project.
- flask
- elasticsearch
You need to install docker
and docker-compose
.
docker-compose pull
to pull the dependent imagesdocker-compose build
to build the image for the service
To run the web service:
docker-compose up