Update miniapp READMEs

This commit is contained in:
Roman Mogylatov 2020-10-06 20:41:59 -04:00
parent 4762fcecd3
commit 5a6aed9d4f
4 changed files with 16 additions and 8 deletions

View File

@ -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
---

View File

@ -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

View File

@ -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

View File

@ -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
---