Now that we have projects set up for our microservices, let's add some RESTful APIs to our three core microservices!
The final result of this and the remaining topics in this chapter can be found in the $BOOK_HOME/Chapter03/2-basic-rest-services folder.
First, we will add two projects (api and util) that will contain code that is shared by the microservice projects, and then we will implement the RESTful APIs.