Update README.md

This commit is contained in:
Underemployed 2023-04-17 20:50:44 +06:30 committed by GitHub
parent 71dfd8dab4
commit 3a66ea7dfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,42 @@
# PHP-MySQL-Blog-Website-with-Admin-Panel-Backend
# Responsive-Blog-Website
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.
# This is link for frontend webpages in the repository.
# Technologies Used
- PHP
- MySQL
- HTML
- CSS
- JavaScript
- XAMPP Web Server
# Features
- Blog post management (CRUD functionality)
- Category management (CRUD functionality)
- User management and authentication (CRUD functionality)
- Sign in and sign up functionality
- Dashboard for users and admin
- Responsive Design
- Search funcrionality
- Live demo available
# 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)
![Screenshot (118)](https://github.com/Underemployed/PHP-MySQL-Blog-Website-with-Admin-Panel-Backend/blob/main/user.png?raw=true)
- posts Table
![Screenshot (119)](https://github.com/Underemployed/PHP-MySQL-Blog-Website-with-Admin-Panel-Backend/blob/main/post.png?raw=true)
- categories Table
![Screenshot (119)](https://github.com/Underemployed/PHP-MySQL-Blog-Website-with-Admin-Panel-Backend/blob/main/categ.png?raw=true)
| # | WebPage | Live Demo |