-
A simple blog author-side webapp that uses Express.js, and allows the user to add, edit, and delete their blogs.
- Create new blog posts
- Edit existing blog posts
- Delete blog posts
- View all blog posts
To get started with the project, follow these steps:
-
Clone the repository:
git clone https://github.com/theJudyEssam/Blog-Website
-
Navigate to the directory
cd blog-website
-
Install all the dependencies
npm install
-
Start the server
nodemon server.js
If you would like to contribute to this project, please follow these steps:
-
Fork the repository.
-
Create a new branch (git checkout -b feature-branch).
-
Make your changes.
-
Commit your changes (git commit -m 'Add some feature').
-
Push to the branch (git push origin feature-branch).
-
Open a pull request.