Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 928 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 928 Bytes

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)