Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 803 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 803 Bytes

Web Calculator Application

This application demonstrate simple Web API controller based on Azure Service Fabric microservices.

Prerequisites

Let's get started!

Build solution and publish it to the local Service Fabric Cluster. Test it from your web browser or with Postman:

Add Subtract
http://localhost:8999/webcalcapp/api/add?a=1&b=2 http://localhost:8999/webcalcapp/api/subtract?a=10&b=5

Enjoy!

Licence

Licenced under MIT. Contact me on LinkedIn.