Skip to content

Commit f4b38d0

Browse files
committed
Add sanic api
1 parent bf0b551 commit f4b38d0

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Bottle
99
* [bottle-postgres](bottle-postgres/README.md)
1010
* [bottle-mysql](bottle-mysql/README.md)
1111

12+
1213
CherryPy
1314

1415
* [cherrypy-bootstrap](cherrypy-bootstrap/README.md)
@@ -43,11 +44,16 @@ Quart
4344
* [quart-websocket](quart-websocket/README.md)
4445

4546

47+
Sanic
48+
* [sanic-api](sanic-api/README.md)
49+
50+
4651
Streamlit
4752
* [streamlit-app](streamlit-app/README.md)
4853
* [streamlit-openai](streamlit-openai/README.md)
4954
* [streamlit-langchain](streamlit-langchain/README.md)
5055

56+
5157
Hope these examples can get you inspired and started with Python web development easier!
5258

5359
*More Python web examples are coming on the way ...*

sanic-api/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ Run the applicaton,
3030
$ python run.py
3131
```
3232

33-
Then vist [http://127.0.0.1:8080](http://127.0.0.1:8080).
34-
35-
## API Docs
36-
37-
Swagger Docs - [http://127.0.0.1:8080/docs](http://127.0.0.1:8080/docs)
33+
Then vist [http://127.0.0.1:5000](http://127.0.0.1:5000).
3834

3935
Happy Coding!

0 commit comments

Comments
 (0)