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

0 comments on commit 5e57776

Please sign in to comment.