Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kutia-software-company/overengineered-social-network
- Owner: kutia-software-company
- Created: 2021-05-25T07:38:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-17T11:24:24.000Z (over 3 years ago)
- Last Synced: 2023-10-01T21:27:47.520Z (over 1 year ago)
- Topics: microservice, microservices
- Language: TypeScript
- Homepage:
- Size: 1.21 MB
- Stars: 23
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)