Skip to content

Concise skeleton for development of Flask, Flask-Restless, SQLAlchemy, JWT based REST APIs.

License

Notifications You must be signed in to change notification settings

rh76/flask-restless-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple bootstrapped Flask API using SQLAlchemy, Flask-Security, and JWT tokens for authentication.

Credits go to Nic for providing the basic structure: http://stackoverflow.com/a/24258886/700283

Setup

  • Setup vitualenv
  • Run pip install -r requirements.txt
  • Start server using python server.py

About

Concise skeleton for development of Flask, Flask-Restless, SQLAlchemy, JWT based REST APIs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.4%
  • HTML 25.9%
  • CSS 2.7%