/BlogSite

Dynamically updating Blog-Site to upload blogs on various topics, developed using ejs template engine and node js in the backend.

Primary LanguageHTMLMIT LicenseMIT

BlogSite

About-

All Contributors

  • 'Blog' and 'blogging' are now loosely used for content creation and sharing on social media, especially when the content is long-form and one creates and shares content on regular basis.

  • This is a dynamically updating Blog posting website developed primarily using Node Js with EJS template engine and Mongoose as ODM(Object Data Modeling library). Visit BlogSite

Tech Stack-

  • HTML
  • CSS
  • EJS template engine
  • Node JS
  • Express JS
  • Mongoose

Environment Setup-

  • Drop a ⭐ on the GitHub repository.




  • Robo 3T is a desktop graphical user interface (GUI) for Mongo DB. It can help to skip running all the Mongo DB commands manually every time we want to access the data. Download Robo 3T (optional)

  • Clone the repository by running command
git clone https://github.com/ <your user-name> /BlogSite.git

in your git bash.

  • Run command cd BlogSite.

  • Run this command to install all dependencies for the project.
npm install

All the current dependencies -

  "body-parser": "^1.18.3",
  "ejs": "^2.6.1",
  "express": "^4.16.3",
  "lodash": "^4.17.20",
  "mongoose": "^5.11.9"

  • Testing : Run this command on your terminal/ bash to start the Mongo server on port 27017(default). You need to change the url to 'mongodb://localhost:27017/dbname';
mongod

  • Run this command to start the project on local host 3000.
node app

  • Open link to view the website in your browser window if it doesn't open automatically.
http://localhost:3000/

  • You can learn more about EJS template engine and its syntax to know how we can use it inside our HTML using the documentation

  • Now you are all set to use this project.

Some useful Mongo DB commands if you are using the terminal instead of the GUI-

show dbs
use db <db name>
show collections
<db name> .find()

Maintainer ✨


Pranav Mendiratta

💻📖 🚧

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Anubhab Sarkar

🎨

Subhra264

💻

Sahil Saha

💻

uttu2

📖

pankaj kumar bijarniya

📖

Niveditha Palli

🖋 💻

Lucky kumari

📖

kanhaiya lal

💻

Tushar Jain

📖 💻

Karun Karthik

💻

This project follows the all-contributors specification. Contributions of any kind welcome!