/blogMaker

Welcome to Blog Maker, a simple web application that allows you to create, view, edit, and delete your blogs.

Primary LanguageEJS

Blog Maker

Welcome to Blog Maker, a simple web application that allows you to create, view, edit, and delete your blogs.

## Getting Started

### Prerequisites

Make sure you have [Node.js](https://nodejs.org/) installed on your machine.

### Installation

1. Clone the repository:

   ```bash
   git clone https://github.com/dxdelvin/blogMaker.git
  1. Navigate to the project directory:

    cd blogMaker
  2. Install dependencies:

    npm install

Usage

  1. Run the application:

    npm start

    The application will be accessible at http://localhost:3000 in your web browser. image

  2. Create Your Own Blog: image

  3. View Blogs:

    • Explore your created blogs on the homepage: http://localhost:3000.
    • Click on a blog title to view its content.

image

  1. Edit a Blog:

    • Click on the Blog You want to Update and it will open a new page
    • Click the "Update" button next to the blog you want to Update.
    • Make changes and click the "Update" button.
  2. Delete a Blog:

    • Click on the Blog You want to Delete and it will open a new page
    • Click the "Delete" button next to the blog you want to delete.