ultimate-fastapi-tutorial icon indicating copy to clipboard operation
ultimate-fastapi-tutorial copied to clipboard

The Ultimate FastAPI Tutorial

Results 29 ultimate-fastapi-tutorial issues
Sort by recently updated
recently updated
newest added

- updated fastapi version - updated support for python >=3.8,

[https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py](https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py) is outdated and fails with a 404.

Seems that the backend prestart filename has changed, but the readme don't. Just updating to avoid any problems with the setup script.

Thanks for what seems to be a great resource! I'm currently struggling though it but I am encountering a strange error on first step: https://christophergs.com/tutorials/ultimate-fastapi-tutorial-pt-1-hello-world/ Probably some stupid python thing,...

SO, great tutorial, but I believe there is a mistake in the JWT part in https://christophergs.com/tutorials/ultimate-fastapi-tutorial-pt-10-auth-jwt/ When you create an JWT you put in the user id underneath SUB And...

Not sure what im doing wrong, but after installing, and running `./prestart.sh`, i am getting the following error: ```python Traceback (most recent call last): File "/Users/personal/ultimate-fastapi-tutorial/part-07-database/./app/backend_pre_start.py", line 3, in from...

Hi Chris, Thank you so much creating this course. As I'm going through the material, I realize the dependencies installation now will have issues with the super old version of...

As per the [Using Jinja2Templates section](https://fastapi.tiangolo.com/advanced/templates/#using-jinja2templates) of the FastAPI advanced user guide, functions returning templates should have their return type annotated as `HTMLResponse`.