Welcome to the Blog App project! This repository contains a simple blog application built using Express.js, HTML, CSS, and JavaScript.
This project is a blog application that allows users to create, read, update, and delete blog posts. It is built with Express.js on the backend and HTML/CSS/JavaScript on the frontend, with a focus on simplicity and ease of use.
- Create new blog posts
- Read and display blog posts
- Update existing blog posts
- Delete blog posts
To get a local copy up and running, follow these steps:
-
Clone the repository:
git clone https://github.com/Sameer07x19/Blog-app.git
-
Navigate to the project directory:
cd blog-app
-
Install the dependencies:
npm install
-
Start the server:
npm start
-
Open your browser and navigate to
http://localhost:3000
.
- Navigate to the home page to view existing blog posts.
- Click on the "Create" button to create a new blog post.
- Use the "Edit" button to update a post.
- Use the "Delete" button to remove a post.
Contributions are welcome! If you have any improvements or suggestions, please feel free to submit a pull request or open an issue.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/YourFeature
) - Commit your Changes (
git commit -m 'Add some YourFeature'
) - Push to the Branch (
git push origin feature/YourFeature
) - Open a Pull Request