What is Json?
So now that we have our HTTP requests, how can we pass data between the browser and server? We use JSON! JSON is short for JavaScript Object Notation.
What is an Spring Boot application? Have you used Spring Boot?
It’s an applicaiton that receives HTTP requests and it responds with an HTTP response.
What is an endpoint?
Endpoints are just a URL that the API developer decides, where clients can access specific information.