python-dependency-injector/examples/miniapps/fastapi-sqlalchemy/webapp
Roman Mogylatov d45d98e300
Fastapi sqlalchemy example (#389)
* Add application

* Dockerize the app

* Fix 204 content-leength error

* Rename database file

* Add tests

* Add README

* Fix a typo in FastAPI example

* Add docs on FastAPI + SQLAlchemy example

* Update changelog

* Add link to the example to README and other docs pages

* Add EOF to the config.yml
2021-02-04 18:18:25 -05:00
..
__init__.py Fastapi sqlalchemy example (#389) 2021-02-04 18:18:25 -05:00
application.py Fastapi sqlalchemy example (#389) 2021-02-04 18:18:25 -05:00
containers.py Fastapi sqlalchemy example (#389) 2021-02-04 18:18:25 -05:00
database.py Fastapi sqlalchemy example (#389) 2021-02-04 18:18:25 -05:00
endpoints.py Fastapi sqlalchemy example (#389) 2021-02-04 18:18:25 -05:00
models.py Fastapi sqlalchemy example (#389) 2021-02-04 18:18:25 -05:00
repositories.py Fastapi sqlalchemy example (#389) 2021-02-04 18:18:25 -05:00
services.py Fastapi sqlalchemy example (#389) 2021-02-04 18:18:25 -05:00
tests.py Fastapi sqlalchemy example (#389) 2021-02-04 18:18:25 -05:00