- Notifications
You must be signed in to change notification settings - Fork261
Blog App build with MERN stack
khushi2706/Blog-App-using-MERN-stack
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Welcome to the Blog App repository! This application is built using the MERN (MongoDB, Express, React, Node.js) stack and comes with various functionalities to manage and share your blogs.
also visitE-commerce_website-using-React-Redux
- Authentication: Secure user authentication system to protect your blogs.
- Create Blog: Easily create and publish your blogs with a user-friendly interface.
- Delete Blog: Remove unwanted blogs with a simple delete option.
- Update Blog: Edit and update your blogs as your content evolves.
- View Other User Blogs: Explore and read blogs published by other users.
To get started with this project, follow these steps:
Fork this repository
Clone this repository to your local machine:
git clone https://github.com/your-username/Blog-App-using-MERN-stack.git
- Install the required dependencies for both the backend and frontend:
cd Blog-App-using-MERN-stackcd server&& npm installcd ../client&& npm install
- Make a .env file in the server and copy the following line:
MONGO_URI = mongodb://127.0.0.1:27017/BlogApp
Configure the database connection in the backend. You can use MongoDB Atlas or a local MongoDB server.
Start the backend server:
cd server&& npm start
- Start the frontend application:
cd client&& npm start
- Access the application in your web browser athttp://localhost:3000.
Docker should be set up and installed.
Run the following command from the root of your project:
docker-compose up --build
Access the application in your web browser athttp://localhost:3000.
Stop the containers:
docker-compose down
We welcome contributions from the community. If you'd like to contribute to this project, please feel free to open an issue or Make a PR.
We would like to thank all contributors and the open-source community for their support.
Feel free to explore the codebase and start creating and sharing your blogs with the world! If you have any questions or need assistance, please don't hesitate to reach out.
Happy blogging!
About
Blog App build with MERN stack
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors15
Uh oh!
There was an error while loading.Please reload this page.


