mirror of
https://github.com/Kludex/awesome-fastapi-projects.git
synced 2024-11-23 20:11:07 +00:00
List of FastAPI projects! 😎 🚀
app | ||
scripts | ||
.gitignore | ||
dependency.md | ||
env | ||
generate_table.py | ||
README.md | ||
requirements.txt | ||
results.json |
Awesome FastAPI Projects
In a world where the knowledge by itself is not a problem but finding the right information is, we decided to create the Awesome FastAPI Projects: a web application that aims to show repositories using FastAPI.
If you arrived to this repository by mistake and what you really want is to find the FastAPI awesome curated list, you might want to check: Awesome FastAPI.
Internal Workflow
Awesome FastAPI Projects have an internal workflow that is capable of getting the information about the repositories.
- Gets the FastAPI repositories from GitHub API Search
- Scraps the repositories that were retrieved on step 1 aiming to get the packages the repositories uses.
This workflow is created using Prefect and Celery.
Contributing
Pull requests are more than welcome.
If you're not sure if a feature will be accepted, create an issue.
License
This project is release under MIT License.