Skip to content

douglassimoes/Sorting-Service-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Sorting Service Client

This service sorts Books according to order rules.

Installing and running

  1. You should clone this repo:

    $ git clone https://github.com/douglassimoes/Sorting-Service-Client
    
  2. Python 3 is already installed on modern versions of Ubuntu, so you probably have it installed:

    $ python3 -v
    
  3. Run the code:

    $ cd src/
    $ python bookssorter.py
    
  4. Run the tests:

    $ cd src/tests
    $ python sorter_tests.py
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages