Skip to content

OmkarKhilari/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

Blog

Welcome to BlogShog! This is a blogging platform that integrates ReactJS for the frontend, Golang(gorilla/mux) for the backend, PostgreSQL for the database, and Firebase for authentication and storage.

Features

  • User Authentication: Google login using Firebase.
  • Responsive Design: Optimized for both desktop and mobile views with a responsive navbar and hamburger menu.
  • Post Management: Create, read posts with image uploads stored in Firestore.
  • Sorting and Filtering: Sort posts by latest or oldest.
  • User Profiles: Display author names and post dates.

Tech Stack

  • Frontend: ReactJS
  • Backend: Golang with gorilla/mux framework
  • Database: PostgreSQL
  • Authentication & Storage: Firebase and Firestore

To Test