mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-05-23 14:59:08 +03:00
Update miniapp READMEs
This commit is contained in:
parent
4762fcecd3
commit
5a6aed9d4f
|
@ -1,9 +1,11 @@
|
|||
Dependency Injector + Aiohttp Example
|
||||
Aiohttp + Dependency Injector Example
|
||||
=====================================
|
||||
|
||||
Application ``giphynavigator`` is an `Aiohttp <https://docs.aiohttp.org/>`_ +
|
||||
This is an `Aiohttp <https://docs.aiohttp.org/>`_ +
|
||||
`Dependency Injector <http://python-dependency-injector.ets-labs.org/>`_ example application.
|
||||
|
||||
The example application is a REST API that searches for funny GIFs on the `Giphy <https://giphy.com/>`_.
|
||||
|
||||
Run
|
||||
---
|
||||
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
Django + Dependency Injector Example
|
||||
====================================
|
||||
|
||||
Application ``githubnavigator`` is a `Django <https://www.djangoproject.com/>`_ +
|
||||
This is a `Django <https://www.djangoproject.com/>`_ +
|
||||
`Dependency Injector <http://python-dependency-injector.ets-labs.org/>`_ example application.
|
||||
|
||||
The example application helps to search for repositories on the Github.
|
||||
|
||||
.. image:: screenshot.png
|
||||
|
||||
Run
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
Dependency Injector + Flask Example
|
||||
Flask + Dependency Injector Example
|
||||
===================================
|
||||
|
||||
Application ``githubnavigator`` is a `Flask <https://flask.palletsprojects.com/>`_ +
|
||||
This is a `Flask <https://flask.palletsprojects.com/>`_ +
|
||||
`Dependency Injector <http://python-dependency-injector.ets-labs.org/>`_ example application.
|
||||
|
||||
The example application helps to search for repositories on the Github.
|
||||
|
||||
.. image:: screenshot.png
|
||||
|
||||
Run
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
Dependency Injector + Sanic Example
|
||||
=====================================
|
||||
Sanic + Dependency Injector Example
|
||||
===================================
|
||||
|
||||
Application ``giphynavigator`` is a `Sanic <https://sanic.readthedocs.io/en/latest/index.html>`_ +
|
||||
This is a `Sanic <https://sanic.readthedocs.io/en/latest/index.html>`_ +
|
||||
`Dependency Injector <http://python-dependency-injector.ets-labs.org/>`_ example application.
|
||||
|
||||
The example application is a REST API that searches for funny GIFs on the `Giphy <https://giphy.com/>`_.
|
||||
|
||||
Run
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user