Skip to content

ziadaboageza/Blog_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog_System

Simple Blog System project its web application that allows users to create and manage their own blogs.

  • Users will be able to sign up, login , create blog posts , edit and delete his Post .

  • The blog posts will be stored in a MySQL database and displayed on the user's blog page.

  • The application will incorporate PHP , object-oriented programming (OOP) and MySQL with PHP .

  • When you run the application, the login page will appear. We tried to enter an incorrect email address. 1

  • Here we go to create an email address. 1 1

  • Once we have created an account and signed in, we are taken to the home page, which hosts all the blogs on the site. 2 1

  • When I clicked on a blog, it opened the blog and its content, and showed me who posted it and when. 2 2

  • When I want to add a post, I go to the Add Post page and write the post title and content. 3 1

  • After adding my post, I was taken to the home page, where I opened my post. 3 2

  • I clicked the edit icon to edit my post. 3 3

  • After I edited my post, I was taken to the home page where I found that my post had already been edited. 4 1

  • I opened my post and now I need to delete it, so I will click on the delete icon in the upper-right corner. 4 2

  • After I deleted my post, I went to the home page and saw that my post had already been deleted. 4 3

  • When I opened my database to check if my post had been deleted, I found that it had already been deleted. 4 4

🚀  Installation

  1. Download the project from Github by applying git clone command to this link.

  2. Install PHP language to your machine.

  3. Install XAMPP to set up a local database server and connect to a MySQL database.

  4. Make sure to put the project in the htdocs folder in Xampp.

  5. Add the project to your workspace.

  6. Run The project .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published