You've already forked Travel-Agent
fix: Fixes in readme and in requirements
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user