From 4fb3c88a9ff67061e4a38f30ca7b6487712913f0 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sun, 18 Mar 2018 17:53:22 +0200 Subject: Initial REST support --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.3.1