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)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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)


Languages

Language:JavaScript 71.7%Language:CSS 25.6%Language:HTML 2.6%