From 3ec1473ad6946283d97662effd8a1c9349830063 Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Tue, 19 Mar 2024 18:55:58 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5ca8cd..3a4b827 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,11 @@ class Student: average: float ``` -Implement the design using FastAPI (make sure you are using `async` handlers), setup the project using `pipfile` or `poerty`, +Implement the design using [FastAPI](https://fastapi.tiangolo.com/) (make sure you are using `async` handlers), setup the project using [`pipfile`](https://pipenv.pypa.io/en/latest/) or [`poerty`](https://python-poetry.org/), and make sure you have a README for how to run the project. -For this part, there is no need to use database and you can store data into memory. + +> [!NOTE] +> For this part, there is no need to use database and you can store data into memory. To understand asynchronous programming better, add sleep into your handlers as follows: