Live on = https://kartik-ka-blog.herokuapp.com/
This blog contains loads of functionality and code.
- It has features like integrated proper secure authentication via passport npm package
- passwords are saved via hashing of bcrypt.js package
- all of the HTML pages are dynamic using handlebars
- there's a separate panel for the admin to control all the features in a blog like creating posts, editing them, creating categories
- Use of AJAX for a real-time update of the database
- Cloud database NoSQL database by MongoDB atlas.
- Use of Jquery to send flash messages to the user and many more