Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.1 KB

File metadata and controls

32 lines (23 loc) · 1.1 KB

StorageServices

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)

Install

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.

Getting Started

To run the server locally then run:

ant start