/Blog-application

Blogs website to publish your thoughts

Primary LanguageJavaScript

Blog application:

Blogs website built using Node.js - MongoDB - AWS S3 for backend,
HTML - CSS - JS - Bootstrap for frontend.

Important concepts implemented in this application

  • REST API
  • User Authentication
  • Social Login (login with google)
  • Server Side Cookies
  • MVC Design Pattern
  • Responsive Design

UI explained

All Posts: this page contains all the posts created by all the users on
the website ordered by date of creation, in this page you can use plus button to create new posts.

My Posts: this page contains all the posts created by you ordered by date
of creation, in this page you can delete any of your posts.

Account: this page contains the data for the current logged-in user.