mirror of
https://github.com/Llloooggg/TextSouls.git
synced 2026-03-06 04:26:23 +03:00
backend: добавлен flask2postman
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -303,3 +303,4 @@ fabric.properties
|
||||
|
||||
config.json
|
||||
temp/
|
||||
text_souls_postman.json
|
||||
@@ -3,6 +3,11 @@
|
||||
### Бэкенд
|
||||
Все действия производить из папки backend!
|
||||
|
||||
###### Получение карты эндпоинтов для Postman
|
||||
```
|
||||
flask2postman textsouls.app --name "TextSouls" --folders > text_souls_postman.json
|
||||
```
|
||||
|
||||
###### Создание/подготовка БД
|
||||
```
|
||||
scripts/updatedb.sh
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user