diff options
| author | Yuval Adam <_@yuv.al> | 2018-03-18 17:53:22 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-03-18 21:19:25 +0200 |
| commit | 4fb3c88a9ff67061e4a38f30ca7b6487712913f0 (patch) | |
| tree | 77da05c54c0ffb95b8b1bc50518ade355a73c59a /README.md | |
| parent | 6012a0a45c25d1e6ef821bdbf54f463e70dfa41b (diff) | |
Initial REST support
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,10 @@ # Heroku Python Skeleton -This repository has all the base files ready for deploying a Heroku application, including a simple database model managed with flask-sqlalchemy. +This repository has all the base files ready for deploying a Python application on Heroku. It includes the following features: + + - Flask HTTP application + - SQLAlchemy model that binds to a Heroku Postgres database + - RESTful API based on Flask-RESTful and the Marshmallow serialization framework ## Usage |
