From 8673e1c127d5920b6bb1a4c4431d03f16617a419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 25 Oct 2020 19:25:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20articles=20to=20External?= =?UTF-8?q?=20Links=20(#2247)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/data/external_links.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/en/data/external_links.yml b/docs/en/data/external_links.yml index 00e92801f..15a513a4d 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サーバーを構築