full-stack-fastapi-template icon indicating copy to clipboard operation
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.

Results 326 full-stack-fastapi-template issues
Sort by recently updated
recently updated
newest added

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.

investigate

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...

investigate

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...

investigate

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...

investigate

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...

investigate

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...

investigate

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) ```

investigate

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...

investigate