FastAPI-template icon indicating copy to clipboard operation
FastAPI-template copied to clipboard

Feature rich robust FastAPI template.

Results 49 FastAPI-template issues
Sort by recently updated
recently updated
newest added

[GINO](https://python-gino.org/) is a new async ORM on top of SQLAlchemy. It must be relatively easy to add this ORM, because we already have alembic integration.

enhancement

Please add support for db/orm like mongodb and oss like minio, thanks very much! (mongodb orm maybe can use mongoengine)

Proceed to database migration before starting the server

Please add NATS support https://docs.nats.io/

Python 3.10+ introduces the | union operator into type hinting, see [PEP 604](https://www.python.org/dev/peps/pep-0604/). Instead of Union[str, int] you can write str | int. In line with other type-hinted languages, the...

Set up the project without using - `[ ] Add authentication via cookie support ` After launching, I get an error ` File "/app/src/test_template_api/web/api/users/views.py", line 7, in from test_template_api.db.models.users import...

### Issue Encountering a RuntimeError: Event loop is closed error when running pytest in a Docker environment. This issue arises even though the tests complete successfully. ### Environment - Database:...

Hi, I tried [Ruff](https://docs.astral.sh/ruff/) recently and I was astonished by the speed. It would be awesome if it was integrated with the `pre-commit` hooks.

How do I configure VSC to run the application in debug mode? And how start used guncicorn ? Подскажите пожалуйста. Как настроить VSC на запуск приложения в режиме отладки?

After initializing blank project with loguru as logger `poetry run python -m project_name` it gives an error: ```shell Traceback (most recent call last): File "", line 198, in _run_module_as_main File...