Removed bot microservices structure

This commit is contained in:
2026-01-23 23:54:52 +03:00
parent 90077d110d
commit 30c41d630e
12 changed files with 5896 additions and 0 deletions

2
.gitignore vendored
View File

@@ -0,0 +1,2 @@
.vscode
*.bkp

View File

View File

View File

18
schemes.drawio Normal file
View File

@@ -0,0 +1,18 @@
<mxfile host="65bd71144e" pages="2">
<diagram name="db-scheme" id="omqtpuhYFdzVFIHnakk7">
<mxGraphModel dx="702" dy="611" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" background="none" math="0" shadow="0">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
</root>
</mxGraphModel>
</diagram>
<diagram id="TZAEEldzp1pVNTyIG9nr" name="lang-scheme">
<mxGraphModel dx="702" dy="611" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
</root>
</mxGraphModel>
</diagram>
</mxfile>

View File

@@ -5,6 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>laura-admin-app</title>
<script src="https://telegram.org/js/telegram-web-app.js"></script>
</head>
<body>
<div id="root"></div>

2937
web/admin/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -5,6 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>laura-user-app</title>
<script src="https://telegram.org/js/telegram-web-app.js"></script>
</head>
<body>
<div id="root"></div>

2937
web/user/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff