Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
fayder edited this page Oct 26, 2014 · 18 revisions

Compile and run restcountries

You will need JDK7 and Maven: https://maven.apache.org/ NOTE: The branch "servlet2" works with JDK6 and javax servlet-api 2

  1. Clone the project: git clone [email protected]:fayder/restcountries.git
  2. Change Directory to the cloned project and run mvn jetty:run
  3. The service must be available now at http://localhost:8080

REST API 1.x

https://github.com/fayder/restcountries/wiki/API-1.x.x

REST API 0.10.x

https://github.com/fayder/restcountries/wiki/API-0.10

Clone this wiki locally