Skip to content

Commit

Permalink
Add fastAPI to data.json
Browse files Browse the repository at this point in the history
  • Loading branch information
OiJs committed Nov 19, 2024
1 parent 8a68ba8 commit 4fe0498
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 4fe0498

Please sign in to comment.