a project to demonstrate some information retrieval principles
- run
npm installfrom the project directory, to install all required packages - run
npm install bower -gthen runbower installto install all frontend required packages - needs Mysql database, configurations are at
/config/env.js, default database name islight_search_engine, you can check the connection with the database by runningnpm run test-db - run
npm run scrappingto start scrapping process, takes ~300sec for ~7500 record - run
npm startto launch the website - access the website via
http://localhost:3000