Skip to content

starEDU/factory

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

factory

Python and Nodejs server. 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 ./py/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

About

Microservice & Crawler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.0%
  • JavaScript 9.1%
  • HTML 1.9%