In this article, I am gonna write about APIs and how to test them using Postman.
Before starting about REST API let’s see what an API is.
API is the acronym for Application Programming Interface, which is a software intermediary that allows two applications to talk to each other. Now, Let’s…
What is SpringBoot?
Spring Boot is an open-source Java-based framework used to create a micro Service.
It is developed by the Pivotal Team and is used to build stand-alone and production-ready spring applications. This…