Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bendog/demo_starlette
Starlette + API Star + uvicorn demo code
https://github.com/bendog/demo_starlette
apistar demo python3 starlette uvicorn
Last synced: 20 days ago
JSON representation
Starlette + API Star + uvicorn demo code
- Host: GitHub
- URL: https://github.com/bendog/demo_starlette
- Owner: bendog
- Created: 2018-10-10T05:28:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:57:07.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T05:31:37.280Z (over 1 year ago)
- Topics: apistar, demo, python3, starlette, uvicorn
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Starlette + APIStar + uvicorn Demo site
* APIStar:
* Starlette:
* Uvicorn:With API Star 0.6 the server component has been split off, so now we
need to install more packages to get the same functionality.This makes sense in the long term, but in the short term there wasn't
a lot of documentation around to explain how to put all the pieces
together.So i'm making this code available in the hope that it might help somone
with their API Star 0.6.0, Starlette server, and Uvicorn issues.