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

Without updating PIP, I was getting errors like below, so that I propose to update pip everytime there is a change in requirements(without change in `pyproject.toml` or `poetry.lock` lines 12-14...

Updated to cover SSL requirements for some email providers.

Added exc.IntegrityError to catch when an user update contains an already registered email

Correct stale exception details

Test results: https://github.com/cclauss/full-stack-fastapi-postgresql/actions

This could improve the readability of the code a lot and makes it also easier to change the items within the lists.

``` backend_1 | File "./app/crud/crud_user.py", line 34, in update backend_1 | if update_data["password"]: backend_1 | KeyError: 'password' ```

Add async, different DB for tests, migration scripts, profile queries mode, volume for pg-admin