underline-backend:MSFT Underline项目的服务器端代码的存储库

时间:2024-04-19 19:33:58
【文件属性】:

文件名称:underline-backend:MSFT Underline项目的服务器端代码的存储库

文件大小:67KB

文件格式:ZIP

更新时间:2024-04-19 19:33:58

Python

SparkDev x Underline后端 环境设定 WSL 如果您正在运行Windows,则可能要考虑使用 这将允许您运行UNIX环境,并使Windows的生活轻松10倍 Python环境设置 该项目使用python3.9,请安装说明 pip依赖 安装python3.9之后(您应该能够运行python3.9 --version ),我们必须为项目安装软件包 在根python3.9 -m pip install -r requirements.txt目录(所有文件夹所在的目录)中,运行python3.9 -m pip install -r requirements.txt 添加环境变量 运行测试 在通过CI / CD管道之前,该项目使用pytest测试代码 在pytest的根目录中运行pytest以运行所有测试( pytest二进制文件应与其他pip软件包一起自动安装)


【文件预览】:
underline-backend-master
----runtime.txt(13B)
----.github()
--------workflows()
----models()
--------exceptions.py(3KB)
--------images.py(160B)
--------feedback.py(1KB)
--------events.py(5KB)
--------__init__.py(0B)
--------users.py(7KB)
--------commons.py(2KB)
--------auth.py(3KB)
----app.py(2KB)
----.pylintrc(14KB)
----run.sh(147B)
----requirements.txt(743B)
----pytest.ini(49B)
----util()
--------images.py(2KB)
--------feedback.py(3KB)
--------events.py(4KB)
--------__init__.py(0B)
--------users.py(7KB)
--------auth.py(3KB)
----config()
--------db.py(9KB)
--------main.py(477B)
--------__init__.py(0B)
----Procfile(16B)
----README.md(1KB)
----lint.sh(119B)
----docs()
--------images.py(267B)
--------feedback.py(420B)
--------events.py(776B)
--------admin.py(488B)
--------__init__.py(0B)
--------users.py(768B)
--------auth.py(210B)
----tests()
--------test_event_get_all.py(3KB)
--------test_event_registration.py(7KB)
--------test_user_registration.py(6KB)
--------test_get_user_info.py(5KB)
--------test_attempt_user_login.py(7KB)
--------test_add_feedback_to_event.py(6KB)
--------__init__.py(0B)
--------test_token_header_auth.py(10KB)
--------test_events_location.py(4KB)
--------test_get_image.py(3KB)
--------test_upload_image.py(4KB)
--------README.md(8KB)
--------conftest.py(24KB)
--------test_validate_token_endpoint.py(2KB)
--------test_user_update.py(9KB)
--------test_user_login_unit.py(1KB)
--------test_delete_user.py(5KB)
--------test_auth_tokens.py(4KB)
--------test_delete_feedback.py(6KB)
----.gitignore(48B)
----dev.sh(26B)
----routes()
--------images.py(1KB)
--------feedback.py(3KB)
--------events.py(3KB)
--------admin.py(2KB)
--------__init__.py(0B)
--------users.py(3KB)
--------auth.py(516B)

网友评论