Skip to content

# NEWS-BUZZ is a News Management System which allows users to post and manage various kinds of news content. Or you can say a simple CMS. The whole system is coded in procedural PHP and MySqli

License

Notifications You must be signed in to change notification settings

anirbandutta9/NEWS-BUZZ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3bf43cf · May 10, 2020

History

17 Commits
May 10, 2020
Jul 7, 2017
Jul 7, 2017
Jul 7, 2017
Jul 7, 2017
Jul 7, 2017
Jul 7, 2017
Jul 7, 2017
Jul 7, 2017
Jul 7, 2017
Jul 7, 2017
Jul 7, 2017
Jul 7, 2017
Jul 7, 2017
Jul 7, 2017
Jul 7, 2017
Jul 7, 2017
Jul 7, 2017
Jul 7, 2017
Jul 7, 2017
Jul 7, 2017
Jul 7, 2017
Jul 7, 2017
Jul 7, 2017
Jul 7, 2017
Jul 7, 2017
Jul 7, 2017

Repository files navigation

NEWS-BUZZ

A news management system which allows users to post and manage various kinds of news content. Or you can say a simple CMS. The whole system is coded in procedural PHP and MySqli

Home NEWS_BUZZ -> image

Admin panel NEWS_BUZZ -> cccc

Full Demo

NEWS_BUZZ

Requirements

  • PHP 5.3 or higher recommended
  • MySQL DB
  • Ability to write .htaccess file for apache mod_rewrite

Installation

  • Upload NEWS-BUZZ to the directory of your choice.
  • Import MySql Db file to your database software (E.g : Php_My_Admin )
  • Configure connection to your database and server by modifying connection.php file
  • Navigate to the installation in your browser
  • Done :)

Login Details

  1. Super-Admin:

username: superadmin

password: superadmin

  1. Admin:

username: admin

password: adminpass

  1. User:

username: user

password: userpass

Main Features

  • Multiple user access: Allows multiple type of users to login
  • Functional Admin panel: Allows all admins to manage their content properly with admin panel
  • CRUD functionalities: Allows all users to create,read,update and delete their content in a managed format
  • Profile update option: Allows users to update their profile/account details
  • Treading news updates: Allows user to view all trending news around the world (using google news api)
  • Search news: Option for search all content
  • Secure registration and login option for users

To-Do list

  • Add pagination for news post display
  • Add various category for news post
  • Add comment section for each post
  • Add login with facebook and google+ option
  • Add forget password recovery option for users

Issues

Please log any issues found in the repository

License

NEWS_BUZZ is released under the MIT License