pokemonService:适用于Python的孩子的pokemonService-练习

时间:2024-04-14 17:10:54
【文件属性】:

文件名称:pokemonService:适用于Python的孩子的pokemonService-练习

文件大小:19KB

文件格式:ZIP

更新时间:2024-04-14 17:10:54

Python

宠物小精灵服务 pokemonTrueLayer儿童服务 安装与设定 创建虚拟环境并使用以下命令pip安装所有必需的库 python -m venv venv source venv/bin/activate pip install -r requirements.txt 完成后,您可以检查django是否已成功安装 pip list 启动服务器 cd ./pokemon python manage.py runserver 终点 API详细信息视图 http://127.0.0.1:8000/pokemon/ 创建宠物小精灵(POST方法) http://127.0.0.1:8000/pokemon/ 样品要求 { "name": "pokemonName", "description": "pokemonDescription" } 卷曲 c


【文件预览】:
pokemonService-master
----requirements.txt(293B)
----README.md(1KB)
----pokemon()
--------manage.py(539B)
--------dao()
--------pokemon()
--------db.sqlite3(140KB)
----.gitignore(89B)

网友评论