From dd35b48def01546c988bf3f64ade05a3c6a8ac2b Mon Sep 17 00:00:00 2001 From: Akbar Rahman Date: Tue, 2 Jan 2024 02:15:24 +0000 Subject: [PATCH] add flask project example --- computery_stuff/flask.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 computery_stuff/flask.md diff --git a/computery_stuff/flask.md b/computery_stuff/flask.md new file mode 100755 index 0000000..f744eb3 --- /dev/null +++ b/computery_stuff/flask.md @@ -0,0 +1,12 @@ +--- +author: Akbar Rahman +date: \today +title: Flask +tags: [ python, flask, programming, docker ] +uuid: e513ed96-cb19-4d4c-9894-e337c54659e5 +--- + +# Examples + +- [alv.cx-glass](https://git.alv.cx/alvierahman90/alv.cx-glass) --- a pretty minimal example, probably not very production ready but has example of how to use in Docker +- --- official documentation for Flask