Skip to content

Commit 5d04861

Browse files
authored
Include alternative command for FastAPI development
Added an alternative command for running the FastAPI app.
1 parent e1277b9 commit 5d04861

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ pip install -r requirements.txt
1515
```sh
1616
uvicorn main:app --reload --host 127.0.0.1 --port 8000
1717
```
18+
or
1819

20+
```sh
21+
fastapi dev
22+
```
1923
3. Open http://127.0.0.1:8000 in your browser.
2024

2125
4. Development

0 commit comments

Comments
 (0)