A modern blogging platform built using the MERN stack (MongoDB, Express.js, React, and Node.js). This platform allows users to create, read, update, and delete blog posts, and interact with other users' posts through comments and likes.
This blogging website is designed to provide a seamless and engaging platform for users to share their thoughts, ideas, and stories with a wider audience. Users can create accounts, write blog posts, comment on other posts, and engage with the community through likes and shares.
- User Authentication: Secure user registration and login using JWT.
- Create/Edit/Delete Posts: Users can create, edit, and delete their own blog posts.
- Comments: Users can comment on posts to engage in discussions.
- Likes: Users can like posts to show their appreciation.
- Profile Management: Users can manage their profile information.
- Responsive Design: Optimized for both desktop and mobile devices.
This project is built using the following technologies:
To install and run the project locally, follow these steps:
- Node.js installed
- MongoDB Atlas Account
- Clone the repository:
git clone https://github.com/eshaalal/blogging-mern.git
- Navigate to the
backend
directory:cd blogging-website-backend
- Install dependencies:
npm install
- Configure environment variables:
- Create a
.env
file in thebackend
directory with the following content:PORT=3001 or any of your choice DATABASE_URI=your_mongodb_connection_string ACCESS_TOKEN_SECRET=your_jwt_secret
- Create a
- Start the backend server:
npm run dev
- Navigate to the
frontend
directory:cd blogging-app-frontend
- Install dependencies:
npm install
- Start the frontend development server:
npm run dev
- Ensure MongoDB is running.
- Start the backend server:
npm run dev
(from thebackend
directory) - Start the frontend development server:
npm run dev
(from thefrontend
directory)
Visit http://localhost:3001
in your web browser to access the blogging website.
Contributions are welcome! If you'd like to contribute, please follow these steps:
- Fork the repository
- Create your feature branch (
git checkout -b feature/your-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin feature/your-feature
) - Create a new pull request
For any inquiries or support, please contact us at eshalal9693@gmail.com