Skip to content

virengajera/blog

Repository files navigation

Blog web application using Node.js.

Blog web applicatin written in HTML,CSS(Bootstrap) and server side programming in Node.js(Express js framework) . In this MySQL database is used.

Features

  • Add new Blog
  • Blog content in Markdown Style
  • Edit Blog
  • Blog with Image
  • Post a Comment on Blog
  • Reply on comment
  • Delete a Blog

Requirements

Setting up project

  • Create file called .env which stores enviroment variables. For reference follow .envsample file.
  • Run SQL queries from blogdb.sql file
  • Run command in terminal npm install to download all dependencies
  • To run applicatin run command npm start or node index.js
  • Navigate to localhost:3000 (By default)