Simple template for a Flask application including MySQL database and Docker
Find a file Use this template
2023-02-17 15:57:01 +04:00
.gitea Added template files 2023-02-17 15:57:01 +04:00
db Working with DB, admin form, WTForms, .env 2023-02-16 18:19:58 +04:00
flaskapp Finally I've understood how Gitea templates works 2023-02-16 18:25:40 +04:00
static Working with DB, admin form, WTForms, .env 2023-02-16 18:19:58 +04:00
templates Working with DB, admin form, WTForms, .env 2023-02-16 18:19:58 +04:00
.env Docker 2023-02-16 18:54:45 +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
docker-compose.yml Working Dockerfile and Compose.yml, makefile docker cmd 2023-02-17 15:55:52 +04:00
Dockerfile Working Dockerfile and Compose.yml, makefile docker cmd 2023-02-17 15:55:52 +04:00
Makefile Working Dockerfile and Compose.yml, makefile docker cmd 2023-02-17 15:55:52 +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 Working with DB, admin form, WTForms, .env 2023-02-16 18:19:58 +04:00

Flask App Template