dev_rest_api:REST API框架 源码
REST API 该项目旨在学习Rest API基础知识。 此网络应用程序提供如何获取x等于Y(经度和纬度)之类的空间参考,以及如何在Rest API中使用GET,PUT,POST和DELETE方法 特征 该应用程序使用arcgic API进行空间引用。 要求 它是在Linux上开发的,但应该继承其他操作系统。 数据库实例:sqlite可以 框架:Django Rest框架 制作说明 创建虚拟环境: python3 -m venv restenv 激活虚拟环境: source restenv/bin/activate 安装依赖项: pip3 install -r requirement
文件列表
dev_rest_api-main.zip
(预估有个87文件)
dev_rest_api-main
db.sqlite3
152KB
.gitignore
117B
requirements.txt
579B
restproject
urls.py
1KB
__init__.py
0B
asgi.py
399B
__pycache__
settings.cpython-39.pyc
2KB
暂无评论