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
- PHP 5.3 or higher recommended
- MySQL DB
- Ability to write .htaccess file for apache mod_rewrite
- 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 :)
- Super-Admin:
username: superadmin
password: superadmin
- Admin:
username: admin
password: adminpass
- User:
username: user
password: userpass
- 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
- 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
Please log any issues found in the repository
NEWS_BUZZ is released under the MIT License