- Hands-On Docker for Microservices with Python
- Jaime Buelta
- 55字
- 2021-06-24 12:35:49
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.