refactor: docs

This commit is contained in:
ITQ
2025-07-19 16:26:33 +03:00
parent 5412b65a7d
commit 30bbda2e7c
5 changed files with 34 additions and 60 deletions
+3 -15
View File
@@ -14,14 +14,10 @@ Ensure you have the following installed on your system:
#### Clone the project
```bash
git clone https://gitlab.prodcontest.ru/2025-final-projects-back/devitq.git
```
#### Go to the project directory
```bash
cd devitq/solution/services/backend
cd AdNova/services/backend
```
#### Customize environment
@@ -78,14 +74,10 @@ uv run gunicorn config.wsgi
### Clone the project
```bash
git clone https://gitlab.prodcontest.ru/2025-final-projects-back/devitq.git
```
### Go to the project directory
```bash
cd devitq/solution/services/backend
cd AdNova/services/backend
```
### Build docker image
@@ -118,14 +110,10 @@ Backend will be available on [127.0.0.1:8080](http://127.0.0.1:8080).
### Clone the project
```bash
git clone https://gitlab.prodcontest.ru/2025-final-projects-back/devitq.git
```
### Go to the project directory
```bash
cd devitq/solution/services/backend
cd AdNova/services/backend
```
### Install dependencies
+2 -10
View File
@@ -14,14 +14,10 @@ Ensure you have the following installed on your system:
#### Clone the project
```bash
git clone https://gitlab.prodcontest.ru/2025-final-projects-back/devitq.git
```
#### Go to the project directory
```bash
cd devitq/solution/services/telegram_bot
cd AdNova/services/telegram_bot
```
#### Customize environment
@@ -56,14 +52,10 @@ uv run python main.py
### Clone the project
```bash
git clone https://gitlab.prodcontest.ru/2025-final-projects-back/devitq.git
```
### Go to the project directory
```bash
cd devitq/solution/services/telegram_bot
cd AdNova/services/telegram_bot
```
### Build docker image