From 2d3b0251d18d955d6c4166f9d6fc21fe8ebd978b Mon Sep 17 00:00:00 2001 From: tasnim Date: Mon, 29 Jul 2024 10:57:53 +0300 Subject: [PATCH] Added a comprehensive API development course in Python, FastAPI and PostgreSql. It goes through building a social media API project from start to end including database design, backend development, Docker, and deployment. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9f3119b7..55501c08 100644 --- a/README.md +++ b/README.md @@ -395,6 +395,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Part 5](https://danidee10.github.io/2018/01/13/realtime-django-5.html) - [Part 6](https://danidee10.github.io/2018/03/12/realtime-django-6.html) +- [Python API Development - Comprehensive FastAPI Course for Beginners](https://www.youtube.com/watch?v=0sOvCWFmrtA) + ### Bots: - [Build a Reddit Bot](http://pythonforengineers.com/build-a-reddit-bot-part-1/)