Analyzing the Thoughts Backend microservice

Let's remember the diagram of microservices that we created in the last chapter:

The diagram shows the different elements for our example system: the two backends, users and thoughts, and HTML frontend.

Thoughts Backend will be responsible for storing new thoughts, retrieving the existing ones, and searching the database.