docs: update README.md

feature/auth
Artem-Darius Weber 2 years ago
parent a1bd6ff939
commit bf39c11417

@ -20,6 +20,7 @@
## Сервисы ## Сервисы
- [frontend (ReactJS)](https://github.com/IT-Lab-KubSU/platform/tree/main/apps/frontend) - [frontend (ReactJS)](https://github.com/IT-Lab-KubSU/platform/tree/main/apps/frontend)
- [AGW](https://github.com/IT-Lab-KubSU/platform/tree/main/apps/agw) - [AGW](https://github.com/IT-Lab-KubSU/platform/tree/main/apps/agw)
- [User Data Service](https://github.com/IT-Lab-KubSU/platform/tree/main/apps/user-data)
<!-- todo: интегрировать SC Omni Services Embeding c списком всех компонентов --> <!-- todo: интегрировать SC Omni Services Embeding c списком всех компонентов -->
## Развертывание ## Развертывание
@ -47,6 +48,9 @@ graph TD;
agw-e2w-->agw; agw-e2w-->agw;
frontend-e2e-->frontend; frontend-e2e-->frontend;
frontend-->agw; frontend-->agw;
agw-->user-data;
user-data-->user-data-db;
user-data-db-->user-data-pg-admin;
``` ```
## Generate code ## Generate code

Loading…
Cancel
Save