From 7b35ef886ca592710ca773e0bcd2ea712f81e622 Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Tue, 19 Mar 2024 19:15:43 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 59386f5..f2fc4ae 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,10 @@ and make sure you have a README for how to run the project. > [!NOTE] > For this part, there is no need to use database and you can store data into memory. +> [!NOTE] +> Use [pydantic](https://docs.pydantic.dev/latest/) for request, response and models. +> They have very good integration with FastAPI and its friends. + To understand asynchronous programming better, add sleep into your handlers as follows: ```python