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.
- Create new blog posts
- Edit existing blog posts
- Delete blog posts
Follow these steps to get the application up and running on your local machine.
Make sure you have Node.js installed on your system. You can download it from nodejs.org.
-
Clone the repository
git clone https://github.com/Pyoneer01/Blog-Application.git
-
Navigate to the project directory
cd Blog-application
-
Install dependencies
npm install
-
Start the server
node index.js
-
Open your browser and go to
http://localhost:3000