refactor: global refactoring

This commit is contained in:
ITQ
2025-04-03 02:16:24 +03:00
parent 90cab50958
commit 0d6bfe06f4
10 changed files with 784 additions and 795 deletions
+6 -6
View File
@@ -15,13 +15,13 @@ Ensure you have the following installed on your system:
#### Clone the project
```bash
git clone git@gitlab.com:megazordpobeda/DataRush.git
git clone https://gitlab.com/megazordpobeda/DataRush.git
```
#### Go to the project directory
```bash
cd project/services/backend
cd DataRush/services/backend
```
#### Customize environment
@@ -79,13 +79,13 @@ uv run gunicorn config.wsgi
### Clone the project
```bash
git clone git@gitlab.com:megazordpobeda/DataRush.git
git clone https://gitlab.com/megazordpobeda/DataRush.git
```
### Go to the project directory
```bash
cd project/services/backend
cd DataRush/services/backend
```
### Build docker image
@@ -119,13 +119,13 @@ Backend will be available on [127.0.0.1:8080](http://127.0.0.1:8080).
### Clone the project
```bash
git clone git@gitlab.com:megazordpobeda/DataRush.git
git clone https://gitlab.com/megazordpobeda/DataRush.git
```
### Go to the project directory
```bash
cd project/services/backend
cd DataRush/services/backend
```
### Install dependencies
+4 -4
View File
@@ -15,13 +15,13 @@ Ensure you have the following installed on your system:
#### Clone the project
```bash
git clone git@gitlab.com:megazordpobeda/DataRush.git
git clone https://gitlab.com/megazordpobeda/DataRush.git
```
#### Go to the project directory
```bash
cd project/services/checker
cd DataRush/services/checker
```
#### Install dependencies
@@ -71,13 +71,13 @@ uv run gunicorn config.wsgi
### Clone the project
```bash
git clone git@gitlab.com:megazordpobeda/DataRush.git
git clone https://gitlab.com/megazordpobeda/DataRush.git
```
### Go to the project directory
```bash
cd project/services/checker
cd DataRush/services/checker
```
### Build docker image