Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 552 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 552 Bytes

overengineered-social-network

An example of microservices with nodejs

Folder structure

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.

Microservice example