An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## Rest API simple architecture sample

![Unit Test](https://github.com/wellflat/python-clean-architecture-sample/workflows/Unit%20Test/badge.svg)

### 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)