mirror of
https://github.com/Llloooggg/TextSouls.git
synced 2026-03-05 20:16:23 +03:00
backend: добавлен flask2postman
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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
|
||||
@@ -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