git clone https://github.com/yuuteng/produits.git
cd produits
//start a server listening port 1919
python server.py
//start a client
python client.py
//show all details
--search='published:true'
//show a product with correct id
--search=’id:545b4e3dfaee4c10def3db24’
//close connection
--search=’exit’