Skip to content

mozilla-iam/dino-park-search

Repository files navigation

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