This is an MVC C# solution with a simple razor front end. It retreives the customers via the REST api that was provided and displays a list of customers returned.
The application is set to be directed by default to the "customer/customers" route.
The routes available are:
"customer/customers"
"customer/customerdetails"