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