List of FastAPI projects! 😎 🚀
Go to file
Marcelo Trylesinski bd70df6cb3 --empty-commit
2020-08-13 08:38:45 +02:00
app --empty-commit 2020-08-13 08:38:45 +02:00
scripts feat: limit number of dependencies on table 2020-07-10 01:15:08 +02:00
.gitignore feat: create the web application 2020-08-13 08:36:21 +02:00
dependency.md feat: format table 2020-07-10 01:47:51 +02:00
env feat: add full scripts setup 2020-07-10 00:20:38 +02:00
generate_table.py feat: create the web application 2020-08-13 08:36:21 +02:00
README.md feat: create the web application 2020-08-13 08:36:21 +02:00
requirements.txt feat: create the web application 2020-08-13 08:36:21 +02:00
results.json feat: add full scripts setup 2020-07-10 00:20:38 +02:00

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.

  1. Gets the FastAPI repositories from GitHub API Search
  2. 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.