Update README.md and removed useless files

added the hosted website links
This commit is contained in:
Nithin A 2024-03-10 15:42:05 +05:30 committed by Underemployed
parent b5cf7c4124
commit 3cec1a91e8

View file

@ -2,8 +2,8 @@
The PHP & MySQL Blog App with Admin Panel project is a web application that allows users to create and manage blog posts, categories, and users. The app is built using PHP and MySQL, two popular technologies for web development, and features a robust CRUD functionality that enables users to Create, Read, Update, and Delete posts, categories, and users. The PHP & MySQL Blog App with Admin Panel project is a web application that allows users to create and manage blog posts, categories, and users. The app is built using PHP and MySQL, two popular technologies for web development, and features a robust CRUD functionality that enables users to Create, Read, Update, and Delete posts, categories, and users.
# Technologies Used # Technologies Used
- PHP - PHP
- MySQL - MySQL
- HTML - HTML
@ -12,6 +12,7 @@ The PHP & MySQL Blog App with Admin Panel project is a web application that allo
- XAMPP Web Server - XAMPP Web Server
# Features # Features
- Blog post management (CRUD functionality) - Blog post management (CRUD functionality)
- Category management (CRUD functionality) - Category management (CRUD functionality)
- User management and authentication (CRUD functionality) - User management and authentication (CRUD functionality)
@ -24,15 +25,15 @@ The PHP & MySQL Blog App with Admin Panel project is a web application that allo
# Live Demo # Live Demo
| # | WebPage | Live Demo | | # | WebPage | Live Demo |
| :-: | --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | | :-: | ----------------- | ----------------------------------------------------------------------------------------- |
| 01 | Index | [Live Demo](https://underemployed.github.io/blog_website_template/index.html) | | 01 | Index | [Live Demo](https://underemployed.lovestoblog.com/index.php) |
| 02 | Blog | [Live Demo](https://underemployed.github.io/blog_website_template/blog.html) | | 02 | Blog | [Live Demo](https://underemployed.lovestoblog.com/blog.php) |
| 03 | Category_Post | [Live Demo](https://underemployed.github.io/blog_website_template/category-posts.html) | | 03 | Category_Post | [Live Demo](https://underemployed.lovestoblog.com/category-posts.php) |
| 04 | About | [Live Demo](https://underemployed.github.io/blog_website_template/about.html) | | 04 | About | [Live Demo](https://underemployed.lovestoblog.com/about.php) |
| 05 | Services | [Live Demo](https://underemployed.github.io/blog_website_template/services.html) | | 05 | Services | [Live Demo](https://underemployed.lovestoblog.com/services.php) |
| 06 | Contact | [Live Demo](https://underemployed.github.io/blog_website_template/contact.html) | | 06 | Contact | [Live Demo](https://underemployed.lovestoblog.com/contact.php) |
| 07 | SignIn | [Live Demo](https://underemployed.github.io/blog_website_template/signin.html) | | 07 | SignIn | [Live Demo](https://underemployed.lovestoblog.com/signin.php) |
| 08 | SignUp | [Live Demo](https://underemployed.github.io/blog_website_template/signup.html) | | 08 | SignUp | [Live Demo](https://underemployed.lovestoblog.com/signup.php) |
| 09 | Dashboard | [Live Demo](https://underemployed.github.io/blog_website_template/dashboard.html) | | 09 | Dashboard | [Live Demo](https://underemployed.github.io/blog_website_template/dashboard.html) |
| 10 | Edit_Posts | [Live Demo](https://underemployed.github.io/blog_website_template/edit-post.html) | | 10 | Edit_Posts | [Live Demo](https://underemployed.github.io/blog_website_template/edit-post.html) |
| 11 | Add_Post | [Live Demo](https://underemployed.github.io/blog_website_template/add-post.html) | | 11 | Add_Post | [Live Demo](https://underemployed.github.io/blog_website_template/add-post.html) |
@ -43,10 +44,8 @@ The PHP & MySQL Blog App with Admin Panel project is a web application that allo
| 16 | Manage_Categories | [Live Demo](https://underemployed.github.io/blog_website_template/manage-categories.html) | | 16 | Manage_Categories | [Live Demo](https://underemployed.github.io/blog_website_template/manage-categories.html) |
| 16 | Edit_Category | [Live Demo](https://underemployed.github.io/blog_website_template/edit-category.html) | | 16 | Edit_Category | [Live Demo](https://underemployed.github.io/blog_website_template/edit-category.html) |
# Screenshots # Screenshots
- users Table (for storing users data both job seeker and provider ) (user field can be seeker or provider based on they select on the sign up page) - users Table (for storing users data both job seeker and provider ) (user field can be seeker or provider based on they select on the sign up page)
![Screenshot (118)](https://github.com/Underemployed/PHP-MySQL-Blog-Website-with-Admin-Panel-Backend/blob/main/user.png?raw=true) ![Screenshot (118)](https://github.com/Underemployed/PHP-MySQL-Blog-Website-with-Admin-Panel-Backend/blob/main/user.png?raw=true)
@ -58,5 +57,3 @@ The PHP & MySQL Blog App with Admin Panel project is a web application that allo
- categories Table - categories Table
![Screenshot (119)](https://github.com/Underemployed/PHP-MySQL-Blog-Website-with-Admin-Panel-Backend/blob/main/categ.png?raw=true) ![Screenshot (119)](https://github.com/Underemployed/PHP-MySQL-Blog-Website-with-Admin-Panel-Backend/blob/main/categ.png?raw=true)