Files
TextSouls/README.md
2022-11-19 22:09:43 +03:00

32 lines
591 B
Markdown
Raw Permalink 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:
```
uvicorn textsouls.main:app --reload
```