ultimate-fastapi-tutorial
ultimate-fastapi-tutorial copied to clipboard
The Ultimate FastAPI Tutorial
I get the following error below. How should I update the docker file to get this working? Thanks. RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | POETRY_HOME=/opt/poetry python && cd /usr/local/bin && ln...
The color class in 'section' left the bottom part of the page blank (white) while running the program. Moving the class to the body solved that problem.
Running "poetry run ./prestart.sh" when on tutorial step 7 (https://christophergs.com/tutorials/ultimate-fastapi-tutorial-pt-7-sqlalchemy-database-setup/) fails with the following error message infinitely repeating: `INFO:__main__:Initializing service INFO:__main__:Starting call to '__main__.init', this is the 1st time calling...
Just a small issue to tell you to update the link on your webpage ( https://christophergs.com/tutorials/ultimate-fastapi-tutorial-pt-6-jinja-templates/).. It gives not found... Nothing much just telling you :) @ChristopherGS 
It's a great project setup & learning strategy you shared. But it would be nice if you could also add a testing procedure for this project.
Hi, when trying to push part 13 to Heroku, I kept getting the below error messages, which looks like an issue parsing BACKEND_CORS_ORIGINS as a json list. I've managed to...
First of all thanks for putting this tutorial together. Very helpful. I came across an issue with the CRUDBase class when trying to create my own models. If you have...
Hi, I've tried to follow the instructions in [README.md](https://github.com/ChristopherGS/ultimate-fastapi-tutorial/blob/main/part-01-hello-world/README.md) and I got stuck at step 3. When I type `poetry run ./run.sh` in the terminal I get the following error:...
When building the example DB with Alembic the User table has a field 'password', but the code which fills the database assumes the field to be called 'hashed_password'. (part 10)...
Related to issue #18 (mixing password/hashed_password ) ? app/db/init_db.py", line 52, in init_db user_in = schemas.UserCreate( File "pydantic/main.py", line 406, in pydantic.main.BaseModel.__init__ pydantic.error_wrappers.ValidationError: 1 validation error for UserCreate password field...