Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 489 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 489 Bytes

flat-search

This is a small project for look-up a flat according to the options stored in config file in CZ.

Installation

  1. Build docker-compose

    docker-compose build
  2. Run docker-compose storage

    docker-compose up storage
  3. Run migration

    make migration-up
  4. Run application

    docker-compose up flat-search

TODO

  1. Minimize usage of pointers
  2. tests
  3. move sreality to separate repo