A MERN-based blog-sharing platform for users to share their interview experiences. It features user authentication, blog creation, comment sections, and profile management.
-
Home Page: Filter and search blogs by categories and keywords.
-
Comments Section: Users can comment on blogs and reply to comments.
-
Write Blogs: Create and share your own interview experiences.
-
Profile Page: Update your profile information or delete your account.
- MongoDB
- Express.js
- React
- Node.js
- Navigate to the frontend directory.
- Run
npm install
to install dependencies. - Start the frontend with
npm run dev
. This will usually run on port5173
.
-
Navigate to the backend directory.
-
Run
npm install
to install dependencies. -
Start the backend with
nodemon index.js
. This will usually run on port5000
. -
Open
http://localhost:5173
in your browser to access the application.