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
- Host: GitHub
- URL: https://github.com/gwali-1/tonado-rest
- Owner: Gwali-1
- Created: 2023-03-26T19:49:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-04T23:30:57.000Z (about 2 years ago)
- Last Synced: 2025-02-01T16:22:38.640Z (4 months ago)
- Topics: python, tonado
- Language: Python
- Homepage:
- Size: 468 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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`