Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 557 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 557 Bytes

CIR

Running the website:

  1. Start mongodb server with datasets loaded. To import the data:
    mongoimport --db databaseName --collection connectionName --drop --file path/to/dataset.json

  2. Run the java controller by the command java -jar CIR.jar

  3. Start the website by double clicking index.html in Assignment5 folder

Note

  • Java controller is a maven project
  • mongodb is required to handle the datasets
  • The CIR.jar is generated by current codes. After changing the code base, you can generage the new jar file by:mvn clean package