Skip to content

Commit

Permalink
Merge pull request #1516 from OiJs/add-fastAPI-data.json
Browse files Browse the repository at this point in the history
Add fastAPI to data.json
  • Loading branch information
sammyhori authored Nov 21, 2024
2 parents 8a68ba8 + 4fe0498 commit 7688751
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}

]
}

0 comments on commit 7688751

Please sign in to comment.