BloG-It-NoW  

You can find complete code of this web application here


This Blogging Web Application 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 run this app successfully on your localhost, please follow below instructions:

=>

Firstly, please copy/download all the folders and files under https://github.com/SidP919/Web-Development/tree/master/Assignment_08 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

Screenshots of BloG-It-Now Web Application:

Home-Page:
app-img-01
app-img-02
app-img-03

Show_More_Details-Page:
app-img-09
app-img-10

Create_New_Blog-Page:
app-img-04
app-img-11

Edit_Update_Blog-Page:
app-img-13
app-img-12

Privacy_Policy-Page:
app-img-05
app-img-06

Terms_&_Conditions-Page:
app-img-07
app-img-08