Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shimat/fastapi_configuration_di_sample

FastAPI + Dependency Injector with Configuration Provider
https://github.com/shimat/fastapi_configuration_di_sample

Last synced: about 11 hours ago
JSON representation

FastAPI + Dependency Injector with Configuration Provider

Awesome Lists containing this project

README

        

# fastapi_configuration_di_sample
FastAPI + Dependency Injector with Configuration Provider

## Requirements
The author created this using Python 3.10.5.

## Usage

```
pip install -r requirements.txt
./run.sh
# ./run.ps1
```

Simply open the published endpoint (e.g. http://127.0.0.1:8000) in a web browser or query it with GET using a tool such as curl.