Merge pull request #1516 from OiJs/add-fastAPI-data.json

Add fastAPI to data.json
This commit is contained in:
Sammy Hori
2024-11-21 01:13:54 +00:00
committed by GitHub

View File

@@ -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."
}
]
}