Challenge Tornado requires Python v3.6+ and Pip to run
Clone repository
$ git clone ...
Go directory
$ cd challenge-tornado
Install the dependencies
$ pip3 install -r requirements/local.txt
To run tests
$ pytest
Run service
$ python3 main.py
Go to the app
http://localhost:8888/
MIT