Skip to content

A nodejs/Express app to provide access (via REST services) to a Redis store for test data

License

Notifications You must be signed in to change notification settings

barryperez/redis-node-testdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redis-node-testdata

Playing around with nodejs and redis - a REST front end for Redis with support for loading test data from file (just uses GET requests for the time being)

Requires:

  1. A redis server - defined in config.js

  2. nodejs

  3. npm

To run the app for the first time

  1. Start redis server

./redis-server

  1. Get dependencies

npm install

  1. Start the app

npm start

About

A nodejs/Express app to provide access (via REST services) to a Redis store for test data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published