Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/foryforx/flask-rest-api
- Owner: foryforx
- Created: 2018-09-12T11:29:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2016-01-31T17:20:09.000Z (almost 9 years ago)
- Last Synced: 2024-11-05T12:05:54.721Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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