Simple template for a Flask application including MySQL database and Docker
Find a file Use this template
2023-02-15 19:55:06 +04:00
.gitea Basic template 2023-02-14 19:53:57 +04:00
flaskapp Implemented get_db for MySQL, wrapped all routes in classes 2023-02-15 19:55:06 +04:00
static Added simple web page, routes are in a separate file 2023-02-15 17:34:49 +04:00
templates Added simple web page, routes are in a separate file 2023-02-15 17:34:49 +04:00
.gitignore Improved structure 2023-02-15 16:00:30 +04:00
app.py Improved structure 2023-02-15 16:00:30 +04:00
Makefile Improved structure 2023-02-15 16:00:30 +04:00
pylintrc Implemented get_db for MySQL, wrapped all routes in classes 2023-02-15 19:55:06 +04:00
README.md Basic template 2023-02-14 19:53:57 +04:00
requirements.txt Implemented get_db for MySQL, wrapped all routes in classes 2023-02-15 19:55:06 +04:00

Flask App Template