webservice:项目的Web服务代码

时间:2021-03-14 02:36:35
【文件属性】:
文件名称:webservice:项目的Web服务代码
文件大小:13KB
文件格式:ZIP
更新时间:2021-03-14 02:36:35
Python 网络服务 MusicAsLanguage项目的Web服务代码。 发展 当地发展 安装Python 3.7或更高版本。 从安装MongoDB社区版本,为您的操作系统选择合适的位。 运行以下命令以创建本地数据库和用户: mongo --port 27017 use admin use MusicAsLanguage db.createUser( { user: "maluser", pwd: "Mal123!", roles: [ { role: "readWrite", db: "MusicAsLanguage" } ] } ) use testdb db.createUser( { user: "maluser", pwd: "Mal123!", roles: [ { role: "readWrite"
【文件预览】:
webservice-main
----app.py(1KB)
----logs()
--------placeholder(0B)
----data()
--------programs.json(2KB)
----logging.conf(537B)
----database()
--------models.py(2KB)
--------db.py(106B)
--------__init__.py(0B)
----tests()
--------test_lessons.py(1KB)
--------test_login.py(2KB)
--------base_case.py(399B)
--------test_signup.py(2KB)
--------__init__.py(0B)
----resources()
--------auth.py(1KB)
--------errors.py(678B)
--------__init__.py(0B)
--------lessons.py(2KB)
--------routes.py(355B)
----LICENSE(1KB)
----setup_venv.bat(74B)
----test.bat(60B)
----requirements.txt(140B)
----.gitignore(2KB)
----run.bat(50B)
----config.py(835B)
----README.md(2KB)
----cache.py(47B)

网友评论