- Lukas Romsicki (101059080)
- Britta Evans-Fenton (101017131)
- Java 13
- MongoDB 4.2.2
The following steps must be followed in order to ensure that the app is in a runnable state.
- Start a MongoDB server at
localhost
with port27017
. - Deploy the WAR file.
You may alternatively run the software through Eclipse:
- Right-click on the project root, then click
Gradle > Refresh Gradle Project
. You must have a working internet connection for this to work.
- This step will download all the necessary dependencies to your machine.
- Go to
Project > Clean
to clean the project of any possible artifacts.
- Navigate to http://localhost:8080/COMP4601-RS/rest/rs/crawl.
- This will load the database with data and perform initial analysis.
You may then access any of the specified web services as outlined in the assignment specification.