/cities_rest

REST service for calculation shortest path between two cities

Primary LanguagePython

REST service for calculation the shortest path between two cities

Installation

  1. Clone project from github
    git clone git@github.com:ArtyomKaltovich/cities_rest.git
    cd cities_rest
  1. Install requirements
    pip install -r requirements.txt
  1. Run test for checking
    pytest

Usage

You could run command for getting help and usage example:

python cities_rest.py --help