diff --git a/README.md b/README.md index b2fa841..295594e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ + # backend-microservices + +This repository showcases a microservices architecture with three distinct services: Department, User, and Point.
+The project emphasizes code reusability through a common container for initializing essential components like logging, database connections, and environment variables. +- Department service exposes a REST API endpoint /api/departments/v1/departments for retrieving department data, +- User service provides a similar endpoint /api/user/v1/users for user information. +- Point service leverages gRPC to offer user point data, which is then consumed by the User service, demonstrating inter-service communication. + + +This design promotes modularity and scalability across the services. \ No newline at end of file