Обновлен 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

View File

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