Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.13 KB

README_ARCHIVED.md

File metadata and controls

46 lines (29 loc) · 1.13 KB

world-wire-services

Build Status Master Banch Build Status Development Branch

Parent source repository for all micro services under world wire

To install dependencies and check all services build correctly after code change run: at root path

make dep

it creates /vendor folder at root

To compile all services, at root:

cd integration-tests
make build-go

To build all docker images, at root:

cd integration-tests
make service-docker build=all

To build a particular docker image, at root:

cd integration-tests
make service-docker build=anchor-service

Authentication Service

Please see ./auth-service/README.md for instructions including screenshots and code snippets.

World Wire Web (Portal)

Please see ./world-wire-web/README.md for instructions to run the portal application locally.