Files
TextSouls/README.md

32 lines
580 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!
###### Получение карты эндпоинтов для Postman
```
flask2postman textsouls.app --name "TextSouls" --folders > text_souls_postman.json
```
###### Создание/подготовка БД
```
scripts/updatedb.sh
```
###### Вставка начальных данных
```
python ./scripts/seed_inserter.py
```
###### Запуск
```
scripts/runserver.sh
```
### Запуск Telegram
Из папки Telegram:
```
python textsouls/main.py
```