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

Feature rich robust FastAPI template.

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

Please add a function for supporting to add new integration into existed fastapi-template-generated project it maybe a very useful function (at least for me) thanks very much!

Hello there ! I imagine that a lot of API's resulting from this repository ends up having an authentication system. I was thinking it may be a good idea to...

**Why** Prisma Client Python is fully type safe and offers native support for usage with and without async. However, the arguably best feature that Prisma Client Python provides is [autocompletion...

Signed-off-by: Pavel Kirilin

Have you considered to support [SQLModel](https://sqlmodel.tiangolo.com/) ?

Hi there ! I find it very nice to have Redis/RabbitMQ but it seems that for now we are a route to get and set values in these services, but...

Hi there ! Since we are using docker-compose and there is also a Kubernetes config, I was wondering If it would be a good idea to add a Docker Swarm...

Gunicorn with uvicorn workers is faster than raw uvicorn. This feature might be useful for folks who want to gain more speed to their projects.

Many opensource projects use travis-ci to build systems. It would be nice to have ability to generate such configs.

We need to create an AWS configuration for cloud deploy. I guess, that terraform is a really good way to create infrastructure. In this thread we must choose the best...

help wanted