From: Sebastián Ramírez Date: Sun, 25 Oct 2020 18:25:31 +0000 (+0100) Subject: 📝 Add articles to External Links (#2247) X-Git-Tag: 0.61.2~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8673e1c127d5920b6bb1a4c4431d03f16617a419;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Add articles to External Links (#2247) --- diff --git a/docs/en/data/external_links.yml b/docs/en/data/external_links.yml index 00e92801fe..15a513a4da 100644 --- a/docs/en/data/external_links.yml +++ b/docs/en/data/external_links.yml @@ -136,6 +136,14 @@ articles: title: Build And Host Fast Data Science Applications Using FastAPI author_link: https://medium.com/@farhadmalik author: Farhad Malik + - link: https://medium.com/@gabbyprecious2000/creating-a-crud-app-with-fastapi-part-one-7c049292ad37 + title: Creating a CRUD App with FastAPI (Part one) + author_link: https://medium.com/@gabbyprecious2000 + author: Precious Ndubueze + - link: https://julienharbulot.com/notification-server.html + title: HTTP server to display desktop notifications + author_link: https://julienharbulot.com/ + author: Julien Harbulot japanese: - link: https://qiita.com/mtitg/items/47770e9a562dd150631d title: FastAPI|DB接続してCRUDするPython製APIサーバーを構築