Basic-express skeleton App 🏃🏃:octocat::octocat::octocat:🎉🎉😀

First we create a directory i.e basic-express in that directory app directory and app.js file. In app directory,we create another directory i.e controller,model ,database,helper,config.

After that, we excute following command

sudo npm init 🍻🍻

then create package.json file 🎁


#Folder Structure 👍👍💥💥📐📐
basic folder structure

install npm dependency 📎📎

1)body-parser
2)util
3)events
4)mongoose
5)jade
6)multiparty
7)jsonwebtoken
8)bunyan
9)compression
10)helmet
11)colors

install all require npm dependencies for app using following command
eg.sudo npm install body-parser --save 🍻🍻

#install npm dev dependency 📎📎 1)mocha
2)should

install all require npm development dependencies for app using following command
eg.sudo npm install mocha --dev --save 🍻🍻