Files
connexion/examples/swagger2/sqlalchemy
Christian Clauss 1012721d2d Upgrade isort==5.9.1 (#1388)
* Upgrade isort==5.9.1

* isort --thirdparty connexion,aiohttp ./tests

* isort --thirdparty aiohttp,connexion --check-only --diff .

* cd tests before running isort
2021-07-07 12:43:36 +02:00
..
2021-07-07 12:43:36 +02:00
2018-11-05 14:50:42 +01:00
2018-11-05 14:50:42 +01:00
2018-11-05 14:50:42 +01:00

==================
SQLAlchemy Example
==================

A simple example of how one might use SQLAlchemy as a backing store for a 
Connexion based application.

Running:

.. code-block:: bash

    $ sudo pip3 install -r requirements.txt
    $ ./app.py

Now open your browser and go to http://localhost:8080/ui/ to see the Swagger UI.