docs: update README.md

feature/auth
Artem-Darius Weber 2 years ago
parent 6105c04b83
commit c08f644a5e

@ -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)
<!-- todo: интегрировать SC Omni Services Embeding c списком всех компонентов -->
## Развертывание
@ -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
```
<a style="padding: 10px; background: black; color: white; border-radius: 25px;" href="https://l.djft.ru/r/72/p/itlabplatform1/a/p/a/">
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

Loading…
Cancel
Save