文件名称:ecommerce-api
文件大小:45KB
文件格式:ZIP
更新时间:2024-04-25 02:55:37
Python
电子商务API 使用Django Rest框架的简单电子商务API 要求 Python3 安装 克隆此存储库: git clone https://github.com/Lnvictor/ecommerce-api 从Requirements.txt文件安装项目需求: pip install -r requirements.txt 在项目根目录的.env文件中设置以下环境变量: SECRET_KEY= DATABASE_URL= DEBUG= ALLOWED_HOST 应用迁移: python manage.py migrate 怎么跑 只需运行以下命令,玩得开心 :red_heart: python manage.py runserver 发出请求 要将请求发送到任何API端点,您应该有一个api_key,您可以使用以下命令创建: p
【文件预览】:
ecommerce-api-master
----poetry.lock(36KB)
----.gitignore(2KB)
----ecommerceapi()
--------core()
--------urls.py(937B)
--------__init__.py(0B)
--------providers()
--------asgi.py(401B)
--------billings()
--------wsgi.py(401B)
--------settings.py(4KB)
----requirements.txt(498B)
----Makefile(107B)
----pyproject.toml(468B)
----README.md(1KB)
----pytest.ini(100B)
----manage.py(668B)