REST service for calculation the shortest path between two cities
- Clone project from github
git clone git@github.com:ArtyomKaltovich/cities_rest.git
cd cities_rest
- Install requirements
pip install -r requirements.txt
- Run test for checking
pytest
You could run command for getting help and usage example:
python cities_rest.py --help