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