An open API service indexing awesome lists of open source software.

https://github.com/gwali-1/tonado-rest

simple demo web app implementation highlighting some features of tornado as a web framework
https://github.com/gwali-1/tonado-rest

python tonado

Last synced: 2 months ago
JSON representation

simple demo web app implementation highlighting some features of tornado as a web framework

Awesome Lists containing this project

README

        

![alt text](/static/readme.png)

# This is a demo web app implemented with some of the features in the tonado as a web framework

Its a simple web app that has username and password authentication routes
and an endpoint that that asynchronously query an external API

_others tonado features showcased/ used in this demo include_

- The templating language
- Applying application confguration settings
- Overwriting certain requestHandler methods using a base class
- Asychronous execution of blocking functions

# usage

- clone repo
- install requirements
- run `python server.py`