In this post I want to show you how to create a very simple Windows Console client for The Smart Shopping List using Visual Studio & the RestSharp REST library.
- Create a Windows Console Application using Visual Studio

- When you build & run the application you should get an output similar to this:

You could also create, read, update & delete (CRUD) Stores, Product Categories, Products & Shopping List. Please check this post for more information.