Storage Service is a REST web service for routing requests for data sources. It switches the requests to Local Database Service or to Adapter Service. The first service communicates with the database and the second service with the external services.
API Documentation (apiary)
URL of the server (heroku)
In order to execute this server locally you need the following technologies (in the brackets you see the version used to develop):
- Java (jdk1.8.0)
- ANT (version 1.9.4)
Then, clone the repository. Run in your terminal:
git clone https://github.com/introsde-2015-FinalProject/StorageServices.git && cd StorageServices
and run the following command:
ant generate
ant install
ant generate
run wsimport against Local Database Service, this is the repository.
To run the server locally then run:
ant start