Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fsojitra/redis-and-node.js-expressjs-example

Storing data in redis using expressjs displaying data from redis
https://github.com/fsojitra/redis-and-node.js-expressjs-example

express express-js expressjs node-js nodejs redis redis-client redis-clients redis-server redis-store

Last synced: 18 days ago
JSON representation

Storing data in redis using expressjs displaying data from redis

Awesome Lists containing this project

README

        

# Redis-and-Node.js-expressjs-example
Storing data in redis using expressjs displaying data from redis

# Prerequisite
- You need to have Node.js, Redis-server installed in your local system to run this code
https://nodejs.org/en/download/
https://github.com/ServiceStack/redis-windows

#To run code
You need to clone this repository then do

``npm install``

after that

``nodemon server.js``