From 5e57776b3ec6d0f775fddb5d52f27eebfa9d917a Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Tue, 19 Mar 2024 18:59:40 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3a4b827..339a9b8 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,9 @@ time.sleep(10) Call your APIs in both cases multiple times and write down the response times. Can you summerize what did happen? and what is the difference? +Make sure your design is clean and have multiple modules (you can use current repository to have an idea about the structure). +Use [Dependency Injection](https://fastapi.tiangolo.com/tutorial/dependencies/) to sperate logic from your views. + ## How to run? You can run server using `uvicorn` directly,