Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hhatto/fastapi-snippets
FastAPI snippet
https://github.com/hhatto/fastapi-snippets
Last synced: about 1 month ago
JSON representation
FastAPI snippet
- Host: GitHub
- URL: https://github.com/hhatto/fastapi-snippets
- Owner: hhatto
- Created: 2020-06-22T13:24:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-11T10:55:53.000Z (9 months ago)
- Last Synced: 2024-05-09T21:56:33.891Z (6 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Redis
### [async-caches](https://rafalp.github.io/async-caches/)
```
$ uvicorn redis.main_asynccaches:app
```### [fastapi-plugins](https://pypi.org/project/fastapi-plugins/)
```
$ uvicorn redis.main_fastapi_plugins:app
```