From c08f644a5e0772a6cc752510ef43a8d13a452f36 Mon Sep 17 00:00:00 2001 From: Artem-Darius Atlas Date: Thu, 29 Jun 2023 15:41:19 +0300 Subject: [PATCH] docs: update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eaaab6b..1233672 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ - [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) - [User Data Service](https://github.com/IT-Lab-KubSU/platform/tree/main/apps/user-data) +- [Auth Service](https://github.com/IT-Lab-KubSU/platform/tree/main/apps/auth) ## Развертывание @@ -29,7 +30,7 @@ To start the development server run `nx serve frontend`. Open your browser and n Run all services: ``` -nx run-many --parallel --target=serve --projects=agw,user-data,frontend +nx run-many --parallel --target=serve --projects=agw,user-data,auth,frontend ``` Deploy on SCOS @@ -51,6 +52,7 @@ graph TD; agw-->user-data; user-data-->user-data-db; user-data-db-->user-data-pg-admin; + agw-->auth; ``` ## Generate code