full-stack-fastapi-template
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.
[Change Postgres, Node, Traefik, and uvicorn-gunicorn-fastapi version tags to a more recent one. Changed branch name for my development consistency.](https://github.com/fastapi/full-stack-fastapi-template/pull/1317) edit: Since uvicorn-gunicorn-fastapi is not a part of the project...
Close #707 With the updated image of the backend image which supports ARM arch. the patch is no longer required. Additionally on non-MacOs ARM based system this patch might create...
Hi, thanks for the awesome repo. I'm building a site based on it, and found something that confused me. This project uses the jwt field 'sub' as a kind of...
### Privileged issue - [X] I'm @tiangolo or he asked me directly to create an issue here. ### Issue Content sqlalchemy.exc.IntegrityError: (psycopg.errors.NotNullViolation) null value in column "id" violates not-null constraint...
Not sure if this was intentional, but I found it helpful to be able to see stdout and stderr from the backend.
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.41.0 to 2.8.0. Release notes Sourced from sentry-sdk's releases. 2.8.0 Various fixes & improvements profiler_id uses underscore (#3249) by @Zylphrex Don't send full env to subprocess (#3251)...
Erstelle eine Python-Klasse AutoGenBaseAgent, die von autogen.AssistantAgent und unserer BaseAgent-Klasse erbt. Implementiere die Initialisierung mit name, system_message, und llm_config. Füge Methoden für die Integration von AutoGen-Funktionalitäten mit unseren bestehenden BaseAgent-Methoden...
`engine` is created using create_engine function in the same file (i.e., db.py). Therefore, uncommenting `from app.core.engine import engine` line is unnecessary and would result in `ModuleNotFoundError: No module named 'app.core.engine'`...
Improve performance of backend tests by patching password hashing during tests. NOTE: To reduce interference with preexisting data, all existing users and items are now deleted before the tests are...