Skip to content

Commit 7bc3bf1

Browse files
committed
chore: add API docs section
1 parent bf2e99b commit 7bc3bf1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ pip install --requirement requirements.txt
3535
uvicorn main:app --reload --port 9000
3636
```
3737

38+
## Documentation
39+
40+
```console
41+
http://localhost:9000/docs
42+
```
43+
44+
![API Documentation](python-samples-fastapi-restful-docs.png)
45+
3846
## Credits
3947

4048
The solution has been coded using [Visual Studio Code](https://code.visualstudio.com/) with the official [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) extension.
312 KB
Loading

0 commit comments

Comments
 (0)