Skip to content

techjmi/blog__mern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to our Blog Application built using the MERN stack and React Flowbite!

Overview

This application allows users to read and comment on blog posts. Additionally, users can like comments, enhancing engagement and interaction within the community. We've also included an admin dashboard where administrators can manage posts and users efficiently.

Features

  • Read Blogs: Users can read informative blog posts on various topics.
  • Commenting: Users can share their thoughts and engage in discussions by commenting on blog posts.
  • Like Comments: Users can express appreciation for comments by liking them.
  • Admin Dashboard: Administrators have access to a dashboard where they can manage posts and users effectively.
  • Analytics: The admin dashboard provides insights such as the total number of posts and users from the previous month.

Deployment

The application is deployed and accessible via this link.

Credits

Technologies Used

  • MongoDB
  • Express.js
  • React.js
  • Node.js
  • Flowbite (React UI library)

How to Run Locally

  1. Clone this repository.
  2. Navigate to the project directory in your terminal.
  3. Install dependencies using npm install.
  4. Start the server using npm start.
  5. Access the application at http://localhost:3000.

Feel free to explore, contribute, and provide feedback!

Happy Blogging!