Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/foryforx/flask-rest-api

Flask REST API with SQLAlchemy, JWT authentication
https://github.com/foryforx/flask-rest-api

Last synced: about 2 hours ago
JSON representation

Flask REST API with SQLAlchemy, JWT authentication

Awesome Lists containing this project

README

        

# Flask REST API boilerplate

Boilerplate/template project for a Python REST API.

Components:

- Python
- Flask web application library
- Flask-restful REST library
- SQLAlchemy database abstraction library
- CORS cross-domain requests
- JSON Web Token (JWT) authentication/authorisation
- Heroku deploy
- Conda + pip package management
- Versioneer version management