Overview-
blogZen is a minimalistic blogging platform designed to provide a clean and intuitive interface for users to create and share their thoughts. This README file provides an overview of the project, its features, installation instructions, and usage.
-User authentication and authorization
-Create, edit, and delete blog posts
-Commenting system
-Basic search functionality
-User profiles
-Responsive design
-Frontend: React.JS,Tailwind.CSS,FlowBite.
-Backend: Node.js, Express.js, MongoDB.
Other: Git for version control
-Node.js and npm: Ensure you have Node.js and npm (Node Package Manager) installed on your system. You can download them from https://nodejs.org/en
cd BlogZen- Client Side
cd front npm i- Client Side
cd back npm i
- Client Side
cd front npm start- Client Side
cd back nodemon


