From: Sebastián Ramírez Date: Thu, 27 Jun 2019 20:44:15 +0000 (+0200) Subject: :memo: Add section about external links to docs (#341) X-Git-Tag: 0.30.1~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=700585f99d2dcb4eb215f6f312f613179e085da3;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Add section about external links to docs (#341) --- diff --git a/docs/external-links.md b/docs/external-links.md new file mode 100644 index 0000000000..5b913e90a6 --- /dev/null +++ b/docs/external-links.md @@ -0,0 +1,56 @@ +**FastAPI** has a great community constantly growing. + +There are many posts, articles, tools, and projects, related to **FastAPI**. + +Here's an incomplete list of some of them. + +!!! tip + If you have an article, project, tool, or anything related to **FastAPI** that is not yet listed here, create a Pull Request adding it. + +## Articles + +### English + +* FastAPI/Starlette debug vs prod by William Hayes. + +* FastAPI — Google as an external authentication provider by Nils de Bruin. + +* FastAPI — How to add basic and cookie authentication by Nils de Bruin. + +* Introduction to the fastapi python framework by Errieta Kostala. + +* FastAPI and Scikit-Learn: Easily Deploy Models by Nick Cortale. + +* FastAPI authentication revisited: Enabling API key authentication by Nils de Bruin. + +* FastAPI, a simple use case on logging by @euri10. + +### Japanese + +* FastAPI|DB接続してCRUDするPython製APIサーバーを構築 by @mtitg. + +* python製の最新APIフレームワーク FastAPI を触ってみた by @ryoryomaru. + +* FastAPIでCORSを回避 by @angel_katayoku. + +* FastAPIをMySQLと接続してDockerで管理してみる by @angel_katayoku. + +* FastAPIでPOSTされたJSONのレスポンスbodyを受け取る by @angel_katayoku. + +* フロントエンド開発者向けのDockerによるPython開発環境構築 by Hikaru Takahashi. + +### Chinese + +* 使用FastAPI框架快速构建高性能的api服务 by 逍遥散人. + +### Vietnamese + +* FASTAPI: TRIỂN KHAI BẰNG DOCKER by Nguyễn Nhân. + +### Russian + +* Мелкая питонячая радость #2: Starlette - Солидная примочка – FastAPI by Andrey Korchak. + +## Podcasts + +* FastAPI on PythonBytes by Python Bytes FM. diff --git a/mkdocs.yml b/mkdocs.yml index c6f8fdfd8c..a61deedb07 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -90,6 +90,7 @@ nav: - Project Generation - Template: 'project-generation.md' - Alternatives, Inspiration and Comparisons: 'alternatives.md' - History, Design and Future: 'history-design-future.md' + - External Links and Articles: 'external-links.md' - Benchmarks: 'benchmarks.md' - Help FastAPI - Get Help: 'help-fastapi.md' - Development - Contributing: 'contributing.md'