You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dynamic blogging platform that allows users to read, create, and edit blogs. It features real-time chat functionality for engaging with other users
How to Start the Website
clone this repo
it has two separate folder for frontend and backend and one main folder that is first bloggy folder
client
server
Start Frontend
first move to bloggy folder inside client folder
cd bloggy/client/bloggy
npm install
Now you should be able to see frontend side login form
Start Backend
first move to bloggy folder then to server folder
cd bloggy/client/bloggy
npm install
Now you can use it completely
Screen shorts of some pages
Profile Pag
Blogs Page
Blogs Details Page
Chat Page
Note:- you can use this credential if you want to explore email: - jharishu796@gmail.com, password: 123test@ or you can create your own by doing signup
About
Dynamic blogging platform that allows users to read, create, and edit blogs. It features real-time chat functionality for engaging with other users