Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.07 KB

README.md

File metadata and controls

48 lines (27 loc) · 1.07 KB

Blog Site

Welcome to my Blog Site! This web application allows users to create, edit, and delete blog posts. It is built using Node.js and EJS for frontend templating, providing a simple interface for managing blog content.

blog site screenshot

Features

  • Create new blog posts
  • Edit existing blog posts
  • Delete blog posts

Getting Started

Follow these steps to get the application up and running on your local machine.

Prerequisites

Make sure you have Node.js installed on your system. You can download it from nodejs.org.

To run the application

  1. Clone the repository

    git clone https://github.com/Pyoneer01/Blog-Application.git
    
  2. Navigate to the project directory

    cd Blog-application
    
  3. Install dependencies

    npm install
    
  4. Start the server

    node index.js
    
  5. Open your browser and go to

    http://localhost:3000