diff --git a/README.md b/README.md index 0c6f51d..c7166f9 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,11 @@ ## Description -[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository. +this project is consist of three microservices ,*Gateway* ,*Users* and *Mailer* , +they communicate each other throw rabbitMq . +client request is recived by gateway and after validation, it is send to related microservice and then result will be sent back . +Nest Logo ## Installation ```bash diff --git a/document/1.PNG b/document/1.PNG new file mode 100644 index 0000000..143d08b Binary files /dev/null and b/document/1.PNG differ