Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 621 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 621 Bytes

Tornado Skeleton Project

Skeleton for web service projects involving multiple services implemented using tornado.

Clone this repo.

Install OS dependencies. (May be some dependency is missing since setup.sh was not tested in a clean environment yet)

$ sudo ./install_os_dependencies.sh

Generate environments

$ tox -r

Run all services

$ tox -e runservice -- all

Send a request to service health

$ curl --proxy '' 'http://localhost:10001/health?include_details=true' 
$ curl --proxy '' 'http://localhost:10002/health?include_details=true'