flask-rest-boilerplate

Sample project that shows how to create a simple RESTful backend using Flask.

Requirements

  • Python 2.7
  • virtualenv

Installation

$ git clone https://github.com/xperienced/flask-rest-boilerplate.git
$ cd flask-rest-boilerplate
$ make run

Usage

Run server:

$ make run

Test it:

$ curl http://127.0.0.1:5000/api/person

Display callable targets:

$ make help