/tiny_api_demo

Tiny Demo REST API in Python

Primary LanguagePythonMIT LicenseMIT

Tiny Demo REST API in Python

This tiny demonstration serves HTML to a web browser and JSON over a REST endpoint, using the Flask microframework to handle the details. You can read more about this on my blog.

Do not use this!

As the blog post says,

This whole thing cuts so many corners it might as well be a sphere. It's certainly not a production-ready example by any stretch of the imagination; it's only enough for demonstration purposes.