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

Currently I am trying to use fastapi 0.94.0 and prometheus-fastapi-instrumentator 5.11.1 but I think the way instrumentator is initialised is not supported any more: ``` INFO: Will watch for changes...

Hey 👋🏽 What are opinions on adding an option to add an admin panel/dashboard which just displays the db tables set up in the template? The dashboard would be served...

Hello, `Flake8`, `add-trailing-comma`, `pre-commit-hooks`, and `language-formatters-pre-commit-hooks` versions need to be updated. Otherwise fails with following errors on a newly generated project: ``` shell boilerplate (master) ✗ poetry run pre-commit install...

I am facing the error, when load the project first time. Here is the stack trace: `C:\Users\daniyal.hassan\AppData\Local\pypoetry\Cache\virtualenvs\basic-app-30r8rR07-py3.10\Scripts\python.exe D:\NewPC\Playground\python\FastAPI\basic_app\basic_app Traceback (most recent call last): File "C:\Users\daniyal.hassan\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main return...

cmd performs poetry install to always resolve dependencies Updating dependencies Resolving dependencies... (201.9 s)

I loved the fastapi_template wrapper but for our org, we primarily use [pdm](https://pdm.fming.dev/latest/) for packaging (knowing how opinionated is the python packaging 😅). It is a good feature to give...

Removing resources for disabled feature GraphQL API... Removing resources for disabled feature Redis... Removing resources for disabled feature RabbitMQ support... Removing resources for disabled feature Kafka support... Removing resources for...

Hello, docker build with the version 3.11.4-slim-bullseye is not working with this Dockerfile because of the error "Unable to locate package gcc". If I use the python version: 3.11.4-bullseye it...

Hi, I created project with fastapi_users and I've been getting mypy errors since the beginning. Does anyone know how to fix it? `my_project/web/api/users/views.py:3: error: Module "my_project.db.models.users" has no attribute "UserCreate"...