Skip to content

lalastraszy/fat-lama-code-challenge

Repository files navigation

Backend Challenge

Install system dependencies

Running Server

  1. Modify SPATIALITE_LIBRARY_PATH in run_server.sh

  2. Run below command

    $ ./run_server.sh

Running Tests

  1. Modify SPATIALITE_LIBRARY_PATH in run_tests.sh

  2. Run below command

    $ ./run_tests.sh

Summary on the approach

I decided to use Tornado framework because it provides reasonable performance and is good for building a very performant web application. To implemented a localization search logic I used SpatiaLite extension and GeoAlchemy2 library. To do serializing/deserializing and validation I used Schematics.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published