Skip to content

Commit c844dee

Browse files
committed
enhanced docs
1 parent fb6803e commit c844dee

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,14 @@ Once installed, you can easily run your FastAPI app with a single command 💨
6060
uv run main.py
6161
```
6262

63-
## 🧭 Quick Start Guide
63+
### 🌐 Access the API Docs
64+
65+
Open the FastAPI interactive docs at:
66+
👉 [http://0.0.0.0:8080/docs](http://0.0.0.0:8080/docs)
67+
68+
69+
70+
## 🧭 Quick Start Guide To Deply With Docker
6471

6572
Follow these simple steps to get your app running in no time ⏱️
6673

@@ -83,7 +90,7 @@ docker compose exec app uv run alembic upgrade head
8390
### 🌐 3. Access the API Docs
8491

8592
Open the FastAPI interactive docs at:
86-
👉 [http://0.0.0.0:8001/docs](http://0.0.0.0:8001/docs)
93+
👉 [http://0.0.0.0:8081/docs](http://0.0.0.0:8081/docs)
8794

8895

8996

0 commit comments

Comments
 (0)