Files
connexion/examples/sqlalchemy
2016-06-03 00:24:15 +02:00
..
2016-06-03 00:24:15 +02:00
2016-06-03 00:24:15 +02:00
2016-06-03 00:24:15 +02:00
2016-06-03 00:24:15 +02: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.