Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 298 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 298 Bytes

PokeAPI Elasticsearch

Simple pokemon search app intended to demonstrate the usage of elastic search

TECH STACKS

  • flask
  • elasticsearch
  • redis

HOW TO RUN

Install dependencies

make install-dependencies

Run elasticsearch and redis container

make docker-run

Run app

make run