Skip to content

A full-stack blogging application built with React, Express.js, and MongoDB.

Notifications You must be signed in to change notification settings

LaibaKhalil61/MyBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

MyBlog using MERN Stack

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.

Functionalities

  • Authentication: Secure user authentication system to protect your blogs.
  • Create Blog: Easily create and publish your blogs with a user-friendly interface.
  • Update Blog: Edit and update your blogs as your content evolves.
  • View Other User Blogs: Explore and read blogs published by other users.

Getting Started

To get started with this project, follow these steps:

  1. Fork this repository

  2. Clone this repository to your local machine:

git clone https://github.com/your-username/MyBlog.git
  1. Install the required dependencies for both the backend and frontend:
cd MyBlog
cd backend && npm install
cd frontend && npm install
  1. Configure the database connection in the backend. You can use MongoDB Atlas or a local MongoDB server.

  2. Start the backend server:

cd backend && npm start
  1. Start the frontend application:
cd frontend && npm start
  1. Access the application in your web browser

About

A full-stack blogging application built with React, Express.js, and MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published