Skip to content

jrhuerta/flask-simple-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flask-simple-rest

Simple API endpoint to promote collaboration using several Flask pluggins and develop some patterns

Uses Python 3.6

  • Use Flask-SQLAlchemy for db access.
  • Use Flask-RESTful as a helper to build CRUD endpoints. (Only GET and POST on the collection implemented)
  • Use marshmallow as a serialization/deserialization tool for data.
  • Implements a very simple pagination schema.
  • Focus on separation of concerns and simplicity.

TODO

  • Implement naive etag support.

Releases

No releases published

Packages

No packages published

Languages