You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ivaylo Ivanov 8bf40fc7fa Remove useless files 5 years ago
src/main/java/com/ibm_cic Initial commit 5 years ago
web Initial commit 5 years ago
LICENSE Add LICENSE 5 years ago
README.md Add heroku to README.md 5 years ago
pom.xml Initial commit 5 years ago

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)