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 344 full-stack-fastapi-template issues
Sort by recently updated
recently updated
newest added

Merge after #1162 This PR fixes the loading state by using `mutateAsync` and also adds a `resetError` so we don't show errors while logging in 😊

Tiny PR to check for (mostly) network errors, it shows like this: ![CleanShot 2024-04-09 at 15 38 45](https://github.com/tiangolo/full-stack-fastapi-template/assets/667029/1d9d4638-b443-4f21-bfc0-843572fc04a9) This happens when the user is not connected to the network or...

The `test_reset_password` test changes user password. It will break other tests becuase `get_superuser_token_headers` function won't able to get access_token. It relates to #217

This PR marks email and password as required, so we don't send the form if they are empty. It also checks if errors returned by the server are a list,...

I've also added a very simple skeleton https://github.com/tiangolo/full-stack-fastapi-template/assets/667029/391d693d-9a00-467d-9cb6-e53d249b4b96

Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

dependencies
python

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...

dependencies
python

I love your project, but thought the process for using it as a template could be streamlined. GitHub allows you to set a project up as a template with a...

internal
docs