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

If I run the command ```bash docker-compose -f deploy/docker-compose.yml -f deploy/docker-compose.dev.yml --project-directory . up --build ``` I get an error: "Error response from daemon: Conflict. The container name "/buildx_buildkit_default" is...

The following code is from lib/python3.11/site-packages/kafka/conn.py:79, if I didn't install gssapi it should be catched by ImportError, but if it's run by pytest, then there will be a ImportWarning instead...

After initializing blank project with Taskiq Mypy gives an validation error ```python Format with Black........................................................Passed isort....................................................................Passed Check with Flake8........................................................Passed Validate types with MyPy.................................................Failed - hook id: mypy - exit code:...

can you add to the template for aio_rmq consumer as well that would run in a background job task or tasiq bgworker

Hello @s3rius and everyone, I'm getting error even when I'm running help command. I'm using Python 3.8.10 and all the libraries as you mentioned in the process. Still I'm getting...

Hi, I am trying to generate a new project and I selected these options: Rest API No database No CI/CD Add dummy model Add example routers Adds traefik labels to...

When starting the project docker-compose -f deploy/docker-compose.yml --project-directory . up --build, an error occurs: Status: Downloaded newer image for postgres:13.8-bullseye Pulling migrator (hrm:latest)... ERROR: The image for the service you're...

Hello, I noticed that the current version of the FastAPI-Template project does not include examples of using WebSockets with FastAPI. I think adding these examples would be helpful for developers....

when selecting the mysql database, the installation breaks in this line: ```• Installing mypy (1.3.0) • Installing mysqlclient (2.1.1): Failed ChefBuildError Backend subprocess exited when trying to invoke get_requires_for_build_wheel /bin/sh:...

Running FastAPI-template from docker fails because simple-term-menu requires `tput` utility from ncurses. Also, changed Dockerfile to use two stages build, reducing the size by 4 times (150 Mb vs 595...