flask-rest-example icon indicating copy to clipboard operation
flask-rest-example copied to clipboard

A simple RESTful Flask CRUD.

Flask and REST example

A simple RESTful Flask CRUD, based on snippet #38.

Dependencies

The only dependency is Flask, that can be easily installed:

$ [sudo] pip install flask

Running it

Just run on terminal:

$ python library.py

And happy browsing! :)