]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Add articles to External Links (#2247)
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 25 Oct 2020 18:25:31 +0000 (19:25 +0100)
committerGitHub <noreply@github.com>
Sun, 25 Oct 2020 18:25:31 +0000 (19:25 +0100)
docs/en/data/external_links.yml

index 00e92801fe5d0c78145832e189c820154713a95e..15a513a4da1b9b5417505d291eecc289bd0925f6 100644 (file)
@@ -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サーバーを構築