Rishi-121 / Dynamic-Blog-Admin-Panel

It is a simple blog application with an admin panel. It based on CRUD(Create,Read,Update,Delete) operation. Admin can see, add, edit, delete the blog.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamic-Blog-Admin-Panel

Description:-

It is a simple blog application with an admin panel. It based on CRUD(Create,Read,Update,Delete) operation. Admin can see, add, edit,delete the blog.

Technology Stack:-

  • HTML 5
  • CSS 3
  • Bootstrap 4
  • JavaScript with jQuery library
  • PHP 7
  • MySQL Databse Connectivity
  • Some Coffee

Usage Instructions:-

  • Import renal_project.sql file in your phpMyAdmin SQL Database.
    Note:- If you face any collation error like " Unknown collation: ‘utf8mb4_0900_ai_ci‘” " then kindly do this.
    • Open the renal_project.sql file in text editor and hit CTRL+H to find and replace the string “utf8mb4_0900_ai_ci” and replaced it with “utf8mb4_general_ci“.
  • Clone the repository with ” git clone https://GitHub.com/Rishi-121/Dynamic-Blog-Admin-Panel.git command.
  • Run the PHP code and for login credentials use email:- admin@renalproject.org and password:- renalproject@123.

About

It is a simple blog application with an admin panel. It based on CRUD(Create,Read,Update,Delete) operation. Admin can see, add, edit, delete the blog.


Languages

Language:PHP 66.6%Language:HTML 28.1%Language:CSS 5.3%