From 4fe04983af35b4b442347249a7b386ece4604b79 Mon Sep 17 00:00:00 2001 From: OiJs Date: Tue, 19 Nov 2024 11:35:19 +0900 Subject: [PATCH] Add fastAPI to data.json --- data.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index e666862b..0b34f246 100644 --- a/data.json +++ b/data.json @@ -2219,6 +2219,16 @@ "Rust" ], "description": "Teleconference system with a web based user interface written in Rust" - } + }, + { + "name": "FastAPI", + "link": "https://github.com/tiangolo/fastapi", + "label": "good first issue", + "technologies": [ + "Python" + ], + "description": "A modern, fast (high-performance) web framework for building APIs with Python 3.6+ based on standard Python type hints." + } + ] }