Обновлен readme и gitignore

This commit is contained in:
2022-11-17 21:54:27 +03:00
parent ef63d7c23c
commit 387506f766
2 changed files with 10 additions and 3 deletions

3
.gitignore vendored
View File

@@ -301,4 +301,5 @@ fabric.properties
# End of https://www.toptal.com/developers/gitignore/api/pycharm,visualstudiocode,flask # End of https://www.toptal.com/developers/gitignore/api/pycharm,visualstudiocode,flask
config.json config.json
temp/

View File

@@ -1,7 +1,13 @@
# TestSouls # TextSouls
### Запуск ### Запуск бэкенда
Из корня: Из корня:
``` ```
backend/scripts/runserver.sh backend/scripts/runserver.sh
```
### Запуск Telegram
Из корня:
```
python telegram/main.py
``` ```