Skip to content

Commit

Permalink
Merge branch 'release/v0.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
avara1986 committed Mar 25, 2018
2 parents 19e02e1 + 72d63c8 commit 70acf88
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
Python Microservices
====================

Stack
-----
* `Flask <https://github.com/pallets/flask>`_
* `SQLAlchemy <https://www.sqlalchemy.org/>`_
* `Flask-SQLAlchemy <http://flask-sqlalchemy.pocoo.org/2.3/>`_
* `Flasgger <https://github.com/rochacbruno/flasgger>`_
* `Flask-Script <https://flask-script.readthedocs.io/en/latest/>`_


Content
Expand All @@ -14,5 +21,6 @@ Content

installation
quickstart
structure
configuration
codeexample
19 changes: 19 additions & 0 deletions docs/structure.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Structure
=========

You have a project with this structure:

.. code-block:: bash
manager.py
project
├ __init__.py
├ config.py
├ views
│ ├ __init__.py
│ └ views.py
├ models
│ ├ __init__.py
│ └ models.py
└ models
└ test_views.py

0 comments on commit 70acf88

Please sign in to comment.