Go to file
Ivaylo Ivanov 32f829a45d Add heroku to README.md 2018-05-05 02:37:46 +02:00
.idea Add heroku to README.md 2018-05-05 02:37:46 +02:00
out/artifacts Add heroku to README.md 2018-05-05 02:37:46 +02:00
src/main/java/com/ibm_cic Initial commit 2018-05-03 14:39:53 +02:00
target/classes/com/ibm_cic Initial commit 2018-05-03 14:39:53 +02:00
web Initial commit 2018-05-03 14:39:53 +02:00
README.md Add heroku to README.md 2018-05-05 02:37:46 +02:00
ibm_cic.iml Initial commit 2018-05-03 14:39:53 +02:00
pom.xml Initial commit 2018-05-03 14:39:53 +02:00

README.md

IBM CIC Coding Challenge - REST API

  1. Prerequisites

    • Apache Tomcat
    • Maven
  2. Used Libraries and Frameworks

  3. Running the project

    • Import the project in IntelliJ IDEA (preferred) or Eclipse
    • Download the dependencies with Maven
    • Start Apache Tomcat
  4. Using the API

    • After starting Apache Tomcat point your browser of choice to http://localhost:8080/rest
    • You can filter your request by adding the filter parameter as follows: http://localhost:8080/rest?filter=<title_or_location>
    • Port 8080 is the default one, you can set anything you'd like here
    • You can also access it online (https://ibm-cic.herokuapp.com/rest)