marcelopalin / fastapi-frontend-html-js-basico-01

Show how fastapi work with Html using JINJA2 and javascript vanilla

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backend FastAPI and Frontend with JINJA2

GitHub - Public Repository

FastAPI, as the name suggests, is an ASGI python-based framework that is much faster than Django and Flask. It comes with Pydantic and Starlette and is proving to be the best py-candidate.

Documentation

The first thing I notice from FastAPI is the documentation. FastAPI has very extensive documentation and rich examples, which makes things easier. If you need to look for something about FastAPI, you usually don’t need to look anywhere else. In addition, FastAPI will automatically generate interactive API documentation from the program we are running. So that we don’t need to write the API documentation that we created ourselves. As we all know, writing API documentation is annoying, not only because there is a lot of detail to go into, but also nothing more frustrating when the end-users are implementing but not match up the documentation. So that with the automatic generation of API documentation it will be very helpful

About

Show how fastapi work with Html using JINJA2 and javascript vanilla


Languages

Language:HTML 44.6%Language:Python 40.8%Language:Makefile 10.0%Language:Shell 4.7%