Technology news aggregator and viewer
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Web server CodeIgniter V2.2.6+ MySQL or other CI compatible database
Guide to get a development environment running
Download CodeIgniter
If you intend to use a database, open the application/config/database.php file with a text editor and set your database settings.
Via https://www.codeigniter.com/user_guide/installation/downloads.html
Unzip the package with the unarchiver of your choice.
Upload the CodeIgniter folders and files to your server. Normally the index.php file will be at your root.
Open the application/config/config.php file with a text editor and set your base URL. If you intend to use encryption or sessions, set your encryption key.
application/config/config.php
Change user account system to social login
Twitter, Facebook, G+, etc...
Refresh user interface (sidebar)
Allow more control of sources and 'tags' that appear for every user
Parse each article content rather than open article via modal window (resolve cross-origin issue)
Need to modify news fetch and parse routines
- Bootstrap - HTML CSS Framework
- CodeIgniter - PHP MVC Web Framework
Please feel free to fork the project and create a pull request. Any and all contributions are welcome.
- Tyler Normile - Initial work - Tyler Normile
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details