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 e682845 commit 7b35ef8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b35ef8

Please sign in to comment.