fix: Fixes in readme and in requirements

This commit is contained in:
ITQ
2024-03-17 19:19:52 +03:00
parent aa99051c7b
commit 336fb4c607
2 changed files with 11 additions and 6 deletions
+10 -5
View File
@@ -63,13 +63,13 @@ pip install -r requirements/dev.txt
#### Windows #### Windows
```cmd ```cmd
copy .env.template .env copy template.env .env
``` ```
#### Linux #### Linux
```bash ```bash
cp .env.template .env cp template.env .env
``` ```
And replace all default values with actual values And replace all default values with actual values
@@ -107,13 +107,13 @@ cd backend-devitq
#### Windows #### Windows
```cmd ```cmd
copy .env.template .env copy template.env .env
``` ```
#### Linux #### Linux
```bash ```bash
cp .env.template .env cp template.env .env
``` ```
And replace all default values with actual values And replace all default values with actual values
@@ -132,6 +132,11 @@ docker compose up -d
## Notes ## Notes
Bot Token: 6943803094:AAEHG-vOP2pNEuxb9rDIhisiQuGLuBIjx1Q Set this in .env file when using docker compose:
```text
BOT_TOKEN = 6943803094:AAEHG-vOP2pNEuxb9rDIhisiQuGLuBIjx1Q
SQLALCHEMY_DATABASE_URI = postgresql://postgres:wTAb5KoZ4dBtscg@localhost:5432/postgres
```
I thought up the architecture of the project myself, I won't mind feedback on it) I thought up the architecture of the project myself, I won't mind feedback on it)
+1 -1
View File
@@ -3,5 +3,5 @@ mypy
sort-requirements sort-requirements
-r prod.txt -r prod.txt
-r tests.txt -r test.txt
-r lints.txt -r lints.txt