diff --git a/.gitignore b/.gitignore index 426ddb7..9326bd4 100644 --- a/.gitignore +++ b/.gitignore @@ -302,4 +302,5 @@ fabric.properties # End of https://www.toptal.com/developers/gitignore/api/pycharm,visualstudiocode,flask config.json -temp/ \ No newline at end of file +temp/ +text_souls_postman.json \ No newline at end of file diff --git a/README.md b/README.md index f1208e9..69114ae 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ ### Бэкенд Все действия производить из папки backend! +###### Получение карты эндпоинтов для Postman +``` +flask2postman textsouls.app --name "TextSouls" --folders > text_souls_postman.json +``` + ###### Создание/подготовка БД ``` scripts/updatedb.sh diff --git a/backend/requirements.txt b/backend/requirements.txt index 5cbdf29..80d6249 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,6 +6,7 @@ Flask==2.2.2 Flask-Admin==1.6.0 Flask-Migrate==4.0.0 Flask-SQLAlchemy==3.0.2 +flask2postman==1.4.4 greenlet==2.0.1 importlib-metadata==5.0.0 importlib-resources==5.10.0