/isearch

A Simple Search Engine

Primary LanguageJavaMIT LicenseMIT

iSearch

Simple Text Search Engine

Java & Maven

Java is the primary programming language for this project. We use maven as our build automation tool. You can define your code dependencies in the maven pom.xml file.

Free to use any IDE

You are free to use any IDE you like, just remember to add those IDE files to .gitignore.

To build the script

Please install maven first. Then, go to command line -> change directory to project node -> type "mvn clean install"

To run the project

Please install maven first. Then, go to command line -> change directory to project node -> type "mvn exec:java"

You can add more here...