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

https://github.com/john-lin/express-redis-boilerplate


https://github.com/john-lin/express-redis-boilerplate

Last synced: about 1 month ago
JSON representation

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/)