Add fastAPI to data.json

This commit is contained in:
OiJs
2024-11-19 11:35:19 +09:00
parent 8a68ba8893
commit 4fe04983af

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