Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shimat/fastapi_configuration_di_sample
- Owner: shimat
- License: mit
- Created: 2023-03-21T09:53:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-21T11:00:56.000Z (over 1 year ago)
- Last Synced: 2024-10-19T18:42:23.684Z (20 days ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.