diff --git a/.gitignore b/.gitignore index 06e510e..426ddb7 100644 --- a/.gitignore +++ b/.gitignore @@ -301,4 +301,5 @@ fabric.properties # End of https://www.toptal.com/developers/gitignore/api/pycharm,visualstudiocode,flask -config.json \ No newline at end of file +config.json +temp/ \ No newline at end of file diff --git a/README.md b/README.md index 5139477..8fddffb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ -# TestSouls +# TextSouls -### Запуск +### Запуск бэкенда Из корня: ``` backend/scripts/runserver.sh +``` + +### Запуск Telegram +Из корня: +``` +python telegram/main.py ``` \ No newline at end of file