Files
TextSouls/README.md

19 lines
314 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# TextSouls
### Бэкенд
Все действия производить из папки backend!
###### Создание/подготовка БД
```
scripts/updatedb.sh
```
###### Запуск
```
scripts/runserver.sh
```
### Запуск Telegram
Из папки Telegram:
```
python telegram/main.py
```