Skip to content

Task Manager Web App with Redis Database using Python Flask Framework

License

Notifications You must be signed in to change notification settings

mihirrawal1399/taskmanager-redis-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻Task Manager Web App with Redis Database using Python Flask Framework

Redis is an in-memory data structure store, used as a distributed, in-memory key–value database, cache and message broker, with optional durability.

Flask is a micro WSGIi(Web Server Gateway Interface) framework written in Python.

Flask-WTF, WTForms for UI, form rendering and validations ;)

I have programmed this project to work on Windows

The Redis project does not officially support Windows. However, the Microsoft Open Tech group develops and maintains this Windows port targeting Win64. You can find the releases here at GitHub microsoftarchive/redis.

use pip install or pip install -r requirements.txt to install the dependencies.

start the redis server run the python file and visit localhost:5000 :bowtie:

Suggestion: can use redis insight(bugs) or VS Code redis extention to cross check redis database.

image

image

About

Task Manager Web App with Redis Database using Python Flask Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published