Skip to content

Example application to connect Flask and Redis for NoSQL Database Systems Course

Notifications You must be signed in to change notification settings

druwadi/flask-redis-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-Redis-App

Example application to connect Flask and Redis with CRUD operations for NoSQL Database Systems Course

Setup

  1. Make sure Redis is downloaded and running locally (Guide here for help https://redis.io/topics/quickstart).
  2. Clone this repository, then run pip install -r requirements.txt in the cloned directory in a terminal (Note: virtual env is highly encouraged).
  3. Next, run python web.py to run the demo.
  4. Finally, you can navigate to http://localhost:5000 to test out the demo/operations.

About

Example application to connect Flask and Redis for NoSQL Database Systems Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published