https://github.com/wellflat/python-api-architecture-sample
python web api architecture sample
https://github.com/wellflat/python-api-architecture-sample
fastapi responder
Last synced: about 1 month ago
JSON representation
python web api architecture sample
- Host: GitHub
- URL: https://github.com/wellflat/python-api-architecture-sample
- Owner: wellflat
- Created: 2020-08-22T14:09:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-23T16:44:06.000Z (over 4 years ago)
- Last Synced: 2023-08-01T22:28:45.282Z (almost 3 years ago)
- Topics: fastapi, responder
- Language: Python
- Homepage:
- Size: 354 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Rest API simple architecture sample

### Frameworks
* [responder](https://responder.kennethreitz.org/en/latest/)
* [fastapi](https://fastapi.tiangolo.com/)
### dependencies
* torch
* injector
* pydantic (part of fastapi)
* requests (HTTP client for testing)