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

A production-ready FastAPI template with Redis, Docker and PostgreSQL

Results 2 fastapi-template issues
Sort by recently updated
recently updated
newest added

For the template to be truly production ready, it needs a production-ready server setup such as [Gunicorn](https://gunicorn.org/). Gunicorn needs to be added to the server startup process to make it...

enhancement
help wanted

The current setup for test is a bit too performance intensive and does lots of work for very little effort. It could be better. With guide from [an article on...

enhancement