house_explorer_server:用于房屋探险者的烧瓶后端

时间:2024-04-23 00:02:35
【文件属性】:

文件名称:house_explorer_server:用于房屋探险者的烧瓶后端

文件大小:40KB

文件格式:ZIP

更新时间:2024-04-23 00:02:35

flask sqlalchemy poetry beautifulsoup4 Python

房子资源管理器后端 :snake: Flask上用于我的React应用程序的服务器。 使用Python 3.7和PostgreSQL构建。 安装并运行 在本地克隆项目 装诗 curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python 配置诗歌以创建本地venv poetry config virtualenvs.in-project true 根据需要创建诗歌venv和来源 poetry shell source .venv/bin/activate 安装依赖项 poetry install 创建并获取.env文件 source .env 文件应如下所示 export FLASK_APP=explorer_api export FLASK_ENV= " de


【文件预览】:
house_explorer_server-main
----poetry.lock(60KB)
----pyproject.toml(754B)
----renovate.json(260B)
----.github()
--------workflows()
----explorer_api()
--------models()
--------shared()
--------views()
--------__init__.py(1KB)
--------config.py(803B)
--------utils()
----tests()
--------test_profile.py(868B)
--------test_login.py(1KB)
--------test_house_info.py(2KB)
--------conftest.py(961B)
--------test_register.py(1KB)
--------test_suggestions.py(842B)
--------__init__.py(0B)
--------test_check_token.py(984B)
----wsgi.py(199B)
----.gitignore(583B)
----README.md(1KB)

网友评论