Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 1.71 KB

readme.md

File metadata and controls

52 lines (43 loc) · 1.71 KB

Blog CMS (Blog Content Management System) Project

##############################################################################################

id : koushil

password: koushil

Create Database "blogcms" and import database file which you can get from

database folder.

##############################################################################################

Front Page of BlogCMs

blogcms

Technologies / Languages Used:

Frontend :

1.HTML 2.CSS 3Bootstrap (Not Much) 4.Javascript (Not Much) 5.JQuery (Not Much)

Backend :

1.PHP

Features:

1.Admin can add users as admins / moderators. 2.Admin / Moderators can publish article and later can also update article. 3.Article Images can also be updated. 4.Post count will be updated on article publishing / updating / deleting. 5.Dashboard has realtime posts / users / categorys count and also latest article updates. 6.Fully functional Search Option. 7.Pagination in all pages.

Dashboard of BlogCMs

dashboard

Security Features:

1.Users (Admin/Moderator) passwords are hased. 2.Better Session Handling. 3.Error Page Management (:> If visitor directly enters page url / manipulates url / some code errors are managed and redirected to seperatly designed error page.) 4.Visitors cant access floders (eg. css floder / javascript floder / images floder) which are part of blog. When they try to access folders they will be redirected to error page.