Concise skeleton for development of Flask, Flask-Restless, SQLAlchemy, JWT based REST APIs.
This is a starting point for a Flask website + API using:
Plus stubs for
I got the basic idea from Nic:
http://stackoverflow.com/a/24258886/700283
The goal here is simple code. You can read through everything in a short time
and get a good idea of how you could put these pieces together.
pip install -r requirements.txt
python server.py
Website
Admin
API auth
Tests
python test.py