diff --git a/README.md b/README.md index bb236c1..2395560 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ This project implements a Task Management system using microservices architecture. The system consists of three main microservices: UserService, TaskService, and TaskSubmissionService. Additionally, Eureka is used for service discovery, and an API Gateway is implemented to manage API requests. +## Microservices Architecture +![Task Management System Architecture](https://github.com/iammahesh123/Task-Management-System/raw/master/tms.png) + ## Technologies Used - Java