Welcome to our Blog Application built using the MERN stack and React Flowbite!
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.
- 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.
The application is deployed and accessible via this link.
- Developed by Md Shamim Akhter.
- MongoDB
- Express.js
- React.js
- Node.js
- Flowbite (React UI library)
- Clone this repository.
- Navigate to the project directory in your terminal.
- Install dependencies using
npm install
. - Start the server using
npm start
. - Access the application at
http://localhost:3000
.
Feel free to explore, contribute, and provide feedback!
Happy Blogging!