Blog web applicatin written in HTML,CSS(Bootstrap) and server side programming in Node.js(Express js framework) . In this MySQL database is used.
- Add new Blog
- Blog content in Markdown Style
- Edit Blog
- Blog with Image
- Post a Comment on Blog
- Reply on comment
- Delete a Blog
- 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
ornode index.js
- Navigate to localhost:3000 (By default)