eventify:事件系统API

时间:2021-04-19 13:00:36
【文件属性】:
文件名称:eventify:事件系统API
文件大小:20KB
文件格式:ZIP
更新时间:2021-04-19 13:00:36
python django djangorestframework Python 事件化 事件系统API。 如何发展? 克隆存储库。 使用Python 3.7+创建virtualenv 启用virtualenv。 安装依赖项。 使用.env配置实例 运行项目。 git clone https://github.com/mjr/eventify.git wevt cd wevt python -m venv .venv source .venv/bin/activate pip install -r requirements.txt cp contrib/env-sample .env python manage.py runserver 信息 用户故事: 作为USER,我需要能够注册该活动; 作为USER,我需要能够看到活动的时间表; 作为管理员,我需要能够注册讲座。 作为管理员,我需要能够注册课程。 端点: 订阅内容 注册参加活动 POST /su
【文件预览】:
eventify-main
----.travis.yml(216B)
----eventify()
--------core()
--------api()
--------wsgi.py(205B)
--------__init__.py(0B)
--------settings.py(4KB)
--------asgi.py(169B)
--------urls.py(414B)
--------subscriptions()
----Procfile(40B)
----requirements.txt(195B)
----manage.py(664B)
----.gitignore(82B)
----README.md(3KB)
----contrib()
--------env-sample(83B)

网友评论