"# easy_parser" Installation:
- Check that MongoDB installed on your local machine
- Create folder named as "pages" at the index.php level
- Run parser command: At the command line pass command "php index.php" and this will run parser. Which will store html to files and to the MongoDB
- Run search result command: At the command line pass command "php index.php search={word_for_search}" and this will return html content result from DB.