To develop a basic Restful API used on flask. 基于flask实现一个基本的Restful API
To run de project: cd to the root of setup.py in your CLI: set FLASK_APP=flask (export for linux) [set FLASK_DEBUG=1] flask run
The project structure: flaskr/ flask_restful_api/ serializer # module of the serializer
flaskr/ flask_restful_api/ generics # module of the generic CBVs
flaskr/ flask_restful_api/ generics # module of the Minxins to enhance CBVs