/dino-park-search

Search microservice for dinopark

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

dinopark-search

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 pull to pull the dependent images
  • docker-compose build to build the image for the service

Getting started

To run the web service:

  • docker-compose up