Link to example repo

This commit is contained in:
Tom Christie 2018-11-08 13:12:37 +00:00
parent bf51fc2d22
commit c2d5813076
2 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,8 @@ if __name__ == '__main__':
uvicorn.run(app, host='0.0.0.0', port=8000)
```
For a more complete example, [see here](https://github.com/encode/starlette-example).
## Dependencies
Starlette does not have any hard dependencies, but the following are optional:

View File

@ -71,6 +71,8 @@ if __name__ == '__main__':
uvicorn.run(app, host='0.0.0.0', port=8000)
```
For a more complete example, [see here](https://github.com/encode/starlette-example).
## Dependencies
Starlette does not have any hard dependencies, but the following are optional: