summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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