Skip to content

Commit 4c74848

Browse files
authored
Merge pull request #11 from AITestingOrg/readme
Updated readme and added buildstatus and features
2 parents 9a895d2 + 0992ee9 commit 4c74848

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

readme.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# Edge Service
2-
The edge service is one of the backing services that serves as the front door for the API. The services utilizes Zuul.
2+
[![Build Status](https://travis-ci.org/AITestingOrg/edge-service.svg?branch=master)](https://travis-ci.org/AITestingOrg/edge-service)
3+
4+
The edge service is one of the backing services that serves as the front door for the API. The edge-service uses Zuul to route the different request to the corresponding mircroservice for it to handle.
5+
6+
# Features
7+
* Reroutes request to the appropiate microservice based on the request url prefix.
8+
* /trip/cmd/ -> tripmanagementcmd
9+
* /trip/query/ -> tripmanagementquery
310

411
# Running the service:
5-
After making sure the project assembled properly run: ```docker-compose up --build```
12+
* This service needs all the other microservices to be up and running.
13+
* After making sure the project assembled properly run: ```docker-compose up --build```
614

715
## Running with locally build images.
816
Build the images locally but tag them with version ```:local``` instead of default, for example instead of just building gmaps-adapter as aista/gmaps-adapter tag it aista/gmaps-adapter:local

0 commit comments

Comments
 (0)