Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kutia-software-company/overengineered-social-network

An overengineered social network. Developed by Veton Muhaxhiri.
https://github.com/kutia-software-company/overengineered-social-network

microservice microservices

Last synced: 3 months ago
JSON representation

An overengineered social network. Developed by Veton Muhaxhiri.

Awesome Lists containing this project

README

        

# 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](https://www.xenonstack.com/images/insights/xenonstack-what-are-microservices.png)