Skip to content

Dhruv-Variya/Blog_post_Website

Repository files navigation

BlOGGY.COM

Blog Post website Using HTML, CSS, PHP, SQL Database.

  • group project (CE135 DHRUV,CE088 NILKANTH,CE089 PRATHAM)
  • This is website for Blog Post with functionalities like search Among Posts, CRUD Operation on blog post, User Authentication and Authorization.

INSTALLATION

  • Clone this repository.
  • Then create database using .sql file from database folder.
  • Setup Project and run in Localhost

DEMO

https://user-images.githubusercontent.com/86519206/124911721-ee8ed980-dfa1-11eb-8f36-dea1f93dbe1d.mp4 https://user-images.githubusercontent.com/86519206/124912197-81c80f00-dfa2-11eb-8d99-9e63e2d4f01a.mp4

ABOUT PROJECT

HOME

Capture4

  • RECENT UPLOADED ARTICLES - this section is auto update by new uploaded articles which users and admins are upload in website

Capture6

SEARCH.

  • It is inbuilt serch engine Using php and sql.

Capture7

BLOG Post Page

Capture5

Contact section

Capture3

Admin Panal

Login

Capture8

  • There are two type of users admin and normal user.
  • Admin Users are able to CRUD Operations on Articles and Users.
  • Normal Users Are Only able to CRUD on Articles not Authorized for CRUD on users.
  • For login USERNAME and PASSWORD is require
  • PASSWORD is encrypted with MD5.
  • In Admin panal there is two pages 1.post section 2. Users section

Post SECTION

Capture9

ADD POS

Capture11

USERS SECTION

  • This is only for those users who has registered as Admin.
  • Normal Users are not Authorized for this section. Capture10

ADD USER

Capture12

  • By click on LogOut we back to login page
  • And if someone press back botton than he/she not redirect to last page . it is all because of using sessions.