An example of microservices with nodejs
Each folder is a microservice.
Users microservice - a specificly related service to user, can hold basic informatin of user.
Posts microservice - holds posts of users and anything related to posted contents.
Relationship microservice - a service that takes care of relationship between each user.
Remember that each service has its own database.