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 10, 2024
1 parent 3301de3 commit bf5ee6a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit bf5ee6a

Please sign in to comment.