Skip to content

Skeleton RESTful API with flask, flask-restful, and sqlalchemy

License

Notifications You must be signed in to change notification settings

patrick-wu/flask-api-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is boilerplate/skeleton code for a flask application meant for a RESTful API (with http and json)

Current features:

  • Decent general structure
  • Basic authentication module, with permissions and token auth
  • SQL migrations with flask-migrate

Some goals/wanted features:

  • Some kind of basic testing setup
  • An 'example' resource that includes a file upload, for reference.
  • Probably more as I think of them..

About

Skeleton RESTful API with flask, flask-restful, and sqlalchemy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.1%
  • Mako 1.9%