From da5cc04a3bcc55bbe2243ce23a1a118e6efe32e6 Mon Sep 17 00:00:00 2001 From: th0truth Date: Sun, 22 Feb 2026 12:58:33 +0200 Subject: [PATCH] Add fastapi-nosql-template --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 27c5e782e5..aead3e3801 100644 --- a/README.md +++ b/README.md @@ -897,6 +897,7 @@ _Libraries for building RESTful APIs._ - Framework agnostic - [falcon](https://github.com/falconry/falcon) - A high-performance framework for building cloud APIs and web app backends. - [fastapi](https://github.com/tiangolo/fastapi) - A modern, fast, web framework for building APIs with Python 3.6+ based on standard Python type hints. + - [fastapi-nosql-template](https://github.com/th0truth/fastapi-nosql-template) - High-performance FastAPI backbone with MongoDB, Redis, REST/GraphQL support, RS256 security, RBAC, and 100% test coverage. - [hug](https://github.com/hugapi/hug) - A Python 3 framework for cleanly exposing APIs. - [sandman2](https://github.com/jeffknupp/sandman2) - Automated REST APIs for existing database-driven systems. - [sanic](https://github.com/sanic-org/sanic) - A Python 3.6+ web server and web framework that's written to go fast.