This section will describe how to install and set up Redis on Ubuntu 20.04. Note that Redis is not officially supported in Windows, but you're able to install and set it up through Windows Subsystem for Linux (WSL) in Windows 10 or later.
Steps to install redis
open powershell and run these commands step by step
- sudo add-apt-repository ppa:redislabs/redis -y
- sudo apt install redis
- sudo systemctl start redis
- redis-cli
Go to root folder , open the terminal and execute the commands
- npm install
- npm run start