From bf5ee6a53f6d290c9149bece9aa2a5170fdc8f72 Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Sun, 10 Mar 2024 03:41:10 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b3a3caa..9d484b4 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,14 @@ during the project I will try to set up database and also commands for doing com ## How to run? +You can run server using `uvicorn` directly, + ```bash uvicorn app.main:app --reload ``` + +or you can run it using the cli + +```bash +python main.py serve +```