A simple search engine to search files that have been uploaded in the database
To get this code running:
- install xampp server
- put the folder inside the htdocs (working directory in ubuntu).
- rename the folder to searchEngine
- open phpmyadmin -> sql 4.1. create database searchEngine 4.2. create table files ( id int primary key auto_increment, fileName text , category varchar(10), dateModified int)
- put appropiate values in config/config.php
- browser -> localhost/searchEngine