Skip to content

VeryLazyBoy/CIR

 
 

Repository files navigation

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

About

Conference Information Retrieval(CIR) Website

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 74.9%
  • JavaScript 13.8%
  • Java 10.8%
  • CSS 0.5%