03 - BloG-It-NoW_AppV1.1

This Web App uses following:
Tech Stack: MongoDB, ExpressJS, NodeJS, HTML, CSS, bootstrap, JavaScript
npm packages: 
    "ejs": "^3.1.6",
    "express": "^4.17.1",
    "method-override": "^3.0.0",
    "mongoose": "^5.12.7",
    "nodemon": "^2.0.7"

Now to understand on how to use and work
with the above technologies, follow below instructions:

=>  Firstly, please copy/download all the folders and files under
    https://github.com/SidP919/Web-Development/tree/master/Lecture_14/03-BloG-It-NoW_App
    and paste/move it to your local project directory/folder.

=>  Now, what else you need to run this code:
    1> Node (14.16.0)
    2> NPM (7.8.0)
    3> MongoDB (4.4.5)

=>  How to run this code:
    1> Make sure MongoDB is running on your system(use command: mongod)
    2> Open another window of command line 
    3> Go to your local project folder path
    4> To install dependencies, run npm install 
    5> To run the application, run npm start
    6> Open localhost:3000 in your web browser

// See in below index.js file for the
// flow of this BloG-It-NoW Web Application:-
index.js