Update README.md
This commit is contained in:
parent
71dfd8dab4
commit
3a66ea7dfa
1 changed files with 34 additions and 2 deletions
36
README.md
36
README.md
|
@ -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 |
|
||||
|
|
Loading…
Reference in a new issue