文件名称:distsys:分布式系统课程项目
文件大小:15KB
文件格式:ZIP
更新时间:2024-04-01 19:29:36
Python
distsys 分布式系统课程项目 Flask应用程序环境配置 安装要求 点安装-r requirements.txt 使用运行测试 python3 -m pytest -vv 在调试模式下运行应用 python3 app.py 在生产模式下运行应用 烧瓶运行 Docker使用
【文件预览】:
distsys-main
----app.py(6KB)
----telegraf.conf(910B)
----requirements.txt(518B)
----.idea()
--------misc.xml(302B)
--------distsys.iml(620B)
--------inspectionProfiles()
--------modules.xml(266B)
--------.gitignore(47B)
--------vcs.xml(180B)
----LICENSE(1KB)
----README.md(286B)
----test.db(20KB)
----forms.py(2KB)
----docker-compose.yml(827B)
----test_db.py(5KB)
----templates()
--------index.html(2KB)
--------conversation.html(173B)
--------conversations.html(475B)
--------register.html(2KB)
--------login.html(2KB)
--------base.html(2KB)
----.gitignore(2KB)