Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham authored Mar 19, 2024
1 parent 30f2224 commit 3ec1473
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 3ec1473

Please sign in to comment.