Skip to content
This repository has been archived by the owner on Dec 31, 2018. It is now read-only.

Latest commit

 

History

History
17 lines (9 loc) · 339 Bytes

README.markdown

File metadata and controls

17 lines (9 loc) · 339 Bytes

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