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
- Host: GitHub
- URL: https://github.com/hvalfangst/flaskapi-sqlalchemy-redis-auth
- Owner: hvalfangst
- Created: 2024-01-16T19:43:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-11T21:58:09.000Z (over 1 year ago)
- Last Synced: 2025-01-25T06:25:09.244Z (5 months ago)
- Topics: docker, flask, flask-api, flask-application, flask-sqlalchemy, jwt, postgresql, python, redis, sqlalchemy
- Language: Python
- Homepage:
- Size: 71.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.