full-stack-fastapi-template
                                
                                 full-stack-fastapi-template copied to clipboard
                                
                                    full-stack-fastapi-template copied to clipboard
                            
                            
                            
                        Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.
This shows an example of how to leverage relationships already created in the sqlalchemy models to return a user's items in responses that return User.
Hi, The backed one sends me this error, did someone else happen to him? I need help. ``` Checking for script in /app/prestart.sh There is no script /app/prestart.sh INFO: Uvicorn...
Hi, thanks for the great work on FastAPI and this template. We are using it in my team at [Hella Aglaia Mobile Vision GmbH](https://hella-aglaia.com) to build an internal tool for...
When running the _deploy.sh_ script `docker stack deploy -c ...` fails with: > networks.traefik-public Additional property name is not allowed The following gets added to the docker-stack.yml by `docker-compose -f...
Hi everyone, and thank you for this amazing project! Since I am always using Jupyter during development, I found it a bit cumbersome to create a bash session into the...
If you try to update a user via the admin interface without changing the users password you will get a 500 error and a key-error in the logs, this is...
Documentation fix: Uncommenting the line below does not do the trick to turn off migrations as described in the documentation. ```python Base.metadata.create_all(bind=engine) ```
Each time the tests are run, a few random users are created. I can see that a problem when I want to test models, and then the database becomes cluttered...