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

https://github.com/hvalfangst/flaskapi-sqlalchemy-redis-auth

REST API written in Python using Flask with SQLAlchemy, Redis Cache and JWT
https://github.com/hvalfangst/flaskapi-sqlalchemy-redis-auth

docker flask flask-api flask-application flask-sqlalchemy jwt postgresql python redis sqlalchemy

Last synced: 3 months ago
JSON representation

REST API written in Python using Flask with SQLAlchemy, Redis Cache and JWT

Awesome Lists containing this project

README

        

# Flask API with SQLAlchemy, Redis and JWT

## Requirements

* x86-64
* Linux/Unix
* [Python](https://www.python.org/downloads/)
* [Docker](https://www.docker.com/products/docker-desktop/)

## Startup

The script "up" creates our PostgresSQL and Redis containers.

## Run

~~~~
python python/main.py
~~~~

## Shutdown

The script "down" removes our PostgresSQL and Redis containers.