Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 614 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 614 Bytes

MEAN-BLOG

MEAN-BLOG is a blog project written in MEAN - MongoDB, ExpressJS, AngularJS, NodeJS.

If you have a problem or have some good advice?Welcome to star and submit PR or submit a issue.❤

Online DEMO

###Click here

Requirements and Environment

  • Node.js
  • Express 4
  • Mongodb
  • AngularJS
  • Redis

Installation

1. Clone the repo

git clone https://github.com/icyse/mean-blog.git

2. NPM install

cd mean-blog
npm install

3. Database stuff

vi config.js

Ajust your Database config and Redis config

4. Start the server

npm start