#rest-api
Read more stories on Hashnode
Articles with this tag
REST (Representational State Transfer) and SOAP (Simple Object Access Protocol) are two popular web service protocols that handle communication...
In this tutorial, we will create a RESTful API using Spring-boot and build an Angular client to consume services offered by our API. We will start by...