/CRUD-Express-Redis

This is an example for CRUD operation in Express and Redis

Primary LanguageJavaScript

CRUD-Express-Redis

This is an example for CRUD operation in Express and Redis

Prerequiries

  1. Install Node
  2. Install Redis Databse
  3. Basics of Express.js

Steps for start app.

  1. Get all node modules using command "npm install"
  2. Start app using command "node app.js"