Simple and handy FastAPI template for combined frontend and backend as in Flask, includes Jinja, WTForms, MySQL ORM and Docker
Find a file Use this template
2023-02-20 12:41:29 +04:00
.gitea Basic app, mainly copied from tmpl-flask 2023-02-18 20:01:13 +04:00
app init.py in submodules, aliases for different redirections 2023-02-20 12:41:29 +04:00
static WTForms, SQLAlchemy 2023-02-20 12:09:43 +04:00
templates WTForms, SQLAlchemy 2023-02-20 12:09:43 +04:00
.env MySQL database 2023-02-19 17:49:44 +04:00
.env_db MySQL database 2023-02-19 17:49:44 +04:00
.env_debug MySQL database 2023-02-19 17:49:44 +04:00
.gitignore Basic app, mainly copied from tmpl-flask 2023-02-18 20:01:13 +04:00
docker-compose.yml Basic app, mainly copied from tmpl-flask 2023-02-18 20:01:13 +04:00
Dockerfile Basic app, mainly copied from tmpl-flask 2023-02-18 20:01:13 +04:00
LICENSE Initial commit 2023-02-18 18:32:41 +03:00
main.py Basic app, mainly copied from tmpl-flask 2023-02-18 20:01:13 +04:00
Makefile Moved files related to paths to a separated directory 2023-02-19 16:27:55 +04:00
pylintrc Basic app, mainly copied from tmpl-flask 2023-02-18 20:01:13 +04:00
README.md Initial commit 2023-02-18 18:32:41 +03:00
requirements.txt WTForms, SQLAlchemy 2023-02-20 12:09:43 +04:00

tmpl-fastapi

Simple and handy FastAPI template for combined frontend and backend as in Flask, includes Jinja, WTForms, MySQL ORM and Docker