https://github.com/john-lin/express-redis-boilerplate
https://github.com/john-lin/express-redis-boilerplate
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/john-lin/express-redis-boilerplate
- Owner: John-Lin
- Created: 2015-11-21T18:20:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-21T18:26:16.000Z (over 10 years ago)
- Last Synced: 2025-02-24T13:15:44.954Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# express-redis-boilerplate
#Structure
```
╭─john at John'sMacBook Air in ~/Repository/express-redis-boilerplate using ‹›
╰─○ tree
.
├── README.md
├── app.js
├── bin
│ └── www
├── package.json
└── routes
├── flow.js
└── index.js
2 directories, 6 files
```
# Usage
```sh
$ npm start
```
# Stack
- [node_redis](https://github.com/NodeRedis/node_redis)
- [Express](http://expressjs.com/)