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:
- Node (14.16.0)
- NPM (7.8.0)
- 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
5> To run the application, run
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:



Show_More_Details-Page:


Create_New_Blog-Page:


Edit_Update_Blog-Page:


Privacy_Policy-Page:


Terms_&_Conditions-Page:

