This service sorts Books according to order rules.
-
You should clone this repo:
$ git clone https://github.com/douglassimoes/Sorting-Service-Client
-
Python 3 is already installed on modern versions of Ubuntu, so you probably have it installed:
$ python3 -v
-
Run the code:
$ cd src/ $ python bookssorter.py
-
Run the tests:
$ cd src/tests $ python sorter_tests.py