Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/onrcanogul/sm-microservice

A project that consists of social media APIs and serves these APIs to the client through an API Gateway, with an attempt to apply microservices architecture and .NET best practices.
https://github.com/onrcanogul/sm-microservice

Last synced: about 2 months ago
JSON representation

A project that consists of social media APIs and serves these APIs to the client through an API Gateway, with an attempt to apply microservices architecture and .NET best practices.

Awesome Lists containing this project

README

        

Current: Shared, User, Post, Comment, Notification, Chat, Media services implemented as basic.
Each service currently operates without a database connection, but database integration will be implemented soon. The immediate next step is to establish communication between the services.