/flask-rest-example

A simple RESTful Flask CRUD.

Primary LanguagePython

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! :)