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: 4 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 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-17T11:24:24.000Z (over 4 years ago)
- Last Synced: 2025-04-18T00:56:35.201Z (7 months ago)
- Topics: microservice, microservices
- Language: TypeScript
- Homepage:
- Size: 1.21 MB
- Stars: 23
- Watchers: 3
- 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.
