Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spencemol19/react-mongoose-redis-blog
A personal blog posting application to represent the power of Redis as a caching layer for MongoDB (integrated with Node, Express, and React with Redux)
https://github.com/spencemol19/react-mongoose-redis-blog
custom-middleware express mongodb mongoose mongoose-plugin mongoose-queries node react react-redux redis redis-client
Last synced: 8 days ago
JSON representation
A personal blog posting application to represent the power of Redis as a caching layer for MongoDB (integrated with Node, Express, and React with Redux)
- Host: GitHub
- URL: https://github.com/spencemol19/react-mongoose-redis-blog
- Owner: spencemol19
- Created: 2018-04-24T23:58:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T23:12:09.000Z (over 6 years ago)
- Last Synced: 2024-11-12T05:38:18.003Z (2 months ago)
- Topics: custom-middleware, express, mongodb, mongoose, mongoose-plugin, mongoose-queries, node, react, react-redux, redis, redis-client
- Language: JavaScript
- Homepage:
- Size: 187 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blog-sample-redis-mongoose
A basic Blog application with React, Redux, Express, Node, and MongoDB with Redis as a caching layer. Base for upcoming open-source project: BluJS (more details to come)## Install node_modules in the root directory & within the ./client folder
`npm install`## Launch the dev build after you include your own MongoDB URI, and reference an instance of REDIS running on your local machine on port 6397 (default) with:
`npm run dev`