We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6803e commit c844deeCopy full SHA for c844dee
README.md
@@ -60,7 +60,14 @@ Once installed, you can easily run your FastAPI app with a single command 💨
60
uv run main.py
61
```
62
63
-## 🧭 Quick Start Guide
+### 🌐 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
71
72
Follow these simple steps to get your app running in no time ⏱️
73
@@ -83,7 +90,7 @@ docker compose exec app uv run alembic upgrade head
83
90
### 🌐 3. Access the API Docs
84
91
85
92
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)
87
94
88
95
89
96
0 commit comments