backend: добавлен flask2postman

This commit is contained in:
2022-11-18 19:45:29 +03:00
parent 5a5ee71a15
commit fdc61260bb
3 changed files with 8 additions and 1 deletions

3
.gitignore vendored
View File

@@ -302,4 +302,5 @@ fabric.properties
# End of https://www.toptal.com/developers/gitignore/api/pycharm,visualstudiocode,flask
config.json
temp/
temp/
text_souls_postman.json

View File

@@ -3,6 +3,11 @@
### Бэкенд
Все действия производить из папки backend!
###### Получение карты эндпоинтов для Postman
```
flask2postman textsouls.app --name "TextSouls" --folders > text_souls_postman.json
```
###### Создание/подготовка БД
```
scripts/updatedb.sh

View File

@@ -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