shawnljj / CIR

CS3219-Assignment3
0 stars 1 forks source link

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