It is a pilot project that I developed with my college mate for academic course DBMS CS-305. College: NIT Delhi
- Apache server
- PHP 7.0.X
- MySQL
OR
Install XAMPP.
i) After installing the requirements, just copy and paste files inside htdocs folder to htdocs on your local system.
ii) Import the Database from mysql folder (Check mysql documentation to import database)
iii) Start Apache server and MySQL daemons.
iv) Open your browser. Type localhost:PORT_NO in URL(Instead of PORT_NO write the port your Apache server is running).
v) VIOLA! You successfully configured the website to run on your system.
- Create UI.
- Create Database and ER model.
- Deploy the website.
- Use Third Party App APIs to collect news from web. (Eg: webhose.io)
