add flask project example

This commit is contained in:
Akbar Rahman 2024-01-02 02:15:24 +00:00
parent 0ceb20bcf1
commit dd35b48def
Signed by: alvierahman90
GPG Key ID: 6217899F07CA2BDF

12
computery_stuff/flask.md Executable file
View File

@ -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
- <https://flask.palletsprojects.com/> --- official documentation for Flask