Installing Postman
Postman is a great tool for testing your Web API Rest Services as you build them. It’s easy to test get operations from your browser. But it is more difficult to test post, put, and delete operations. Postman gives us an easy way to do this and it is very quick and easy install. Download…