该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

factory

Python server side. Mainly used for develop of client rather then release.

How to start tornado server for Mock?

You have two choices available:

  1. install python3.6; change the directory to ./tornado and run pip install -r requirements.txt in command; At last run python main.py start server.

  2. If you've ever installed Docker,this might be suit for you.

    • docker pull python:3.6.4
    • docker build -t factory .
    • docker run -p 1236:1236 -d factory:latest

空文件

简介

暂无描述 展开 收起
Python 等 4 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化