summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-03-18 17:53:22 +0200
committerYuval Adam <_@yuv.al>2018-03-18 21:19:25 +0200
commit4fb3c88a9ff67061e4a38f30ca7b6487712913f0 (patch)
tree77da05c54c0ffb95b8b1bc50518ade355a73c59a /README.md
parent6012a0a45c25d1e6ef821bdbf54f463e70dfa41b (diff)
Initial REST support
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1aae83f..9724ba9 100644
--- a/README.md
+++ b/README.md
@@ -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