Skip to content

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

Notifications You must be signed in to change notification settings

hvalfangst/Python-Flask-API-with-SQLAlchemy-Redis-JWT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask API with SQLAlchemy, Redis and JWT

Requirements

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.