Skip to content

Lokendra99/Blog-using-MEAN-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Mean Blog

Blog using Nodejs, Expressjs, Angularjs and Mongodb. MEAN Javascript Fullstack application

Features

  • Create/Edit/Delete Article
  • Bcrypt Password Hash

Server Side Dependencies

"bcrypt": "^0.8.4",
"body-parser": "^1.13.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.3.5",
"express": "^4.13.1",
"express-session": "^1.11.3",
"mongoose": "^4.1.0",
"morgan": "^1.6.1",

Client Side Dependencies

"bootstrap": "~3.3.5",
"angular": "1.4.3",

Getting Started

Clone Repo

 git clone https://github.com/Lokendra99/Blog-using-MEAN-stack.git

Npm install dependencies

 cd server & npm install

Start Mongodb

 mongod

Start Server

 cd server & node app.js

Releases

No releases published

Packages

No packages published