orders:订单微服务回购(从产品和数量创建的订单商品的集合)

时间:2024-04-14 16:56:47
【文件属性】:

文件名称:orders:订单微服务回购(从产品和数量创建的订单商品的集合)

文件大小:22KB

文件格式:ZIP

更新时间:2024-04-14 16:56:47

Python

命令 订单微服务回购(从产品和数量创建的订单商品的集合) 2021年SpringNYU DevOps的一部分 介绍 该存储库包含Orders小队的代码。 这是将电子商务网站的后端设计为针对客户的RESTful服务集合的一项较大工作的一部分。 使用Vagrant VM进行先决条件安装 使用本实验的最简单方法是使用Vagrant和VirtualBox 。 如果您没有此软件,则第一步是下载并安装它。 下载 下载 然后,您要做的就是克隆此仓库并调用vagrant: git clone https://github.com/ordersteam/orders.git cd orders vagrant up vagrant ssh cd /vagrant FLASK_APP=service:app flask run -h 0.0.0.0 您也


【文件预览】:
orders-main
----dot-env-example(85B)
----service()
--------routes.py(7KB)
--------__init__.py(1KB)
--------models.py(7KB)
----Vagrantfile(4KB)
----.github()
--------ISSUE_TEMPLATE()
----config.py(357B)
----requirements.txt(245B)
----.travis.yml(352B)
----LICENSE(11KB)
----setup.cfg(116B)
----README.md(6KB)
----tests()
--------test_orders.py(11KB)
--------__init__.py(0B)
--------test_service.py(8KB)
--------order_factory.py(1KB)
----.gitignore(1KB)
----.coveragerc(65B)

网友评论