Flask sqlite

broken image
broken image
broken image

In this case I was interested in using it to simplify the development process and have a self contained development webserver in a docker container.įlask– a lightweight web framework for python. The building blocksĭocker – a lightweight container platform.

broken image

If you just want to dive straight into a Docker Flask SQLite API example you can clone this git repository. This post builds on the excellent Flask API Lesson on The Programming Historian. This post shows you how to make a simple Docker Flask SQLite API. Flask is a lightweight python web framework which can used for creating RESTful APIs.

broken image