Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.35 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.35 KB

Web Service Project

Prerequisites

In order to run the project you'll need the following tools installed

Installation

  1. First of all, you should clone this repository on your system using the following command.
git clone https://github.com/osmocode/web-service.git
  1. Go to web-service directory, then execute the ./bin/install.sh script, finally execute the ./bin/docker-up.sh script for generate docker images of web-service and run containers.
cd web-service
./bin/install.sh
./bin/docker-up.sh
  1. Once all services starts, open the browser on localhost

  2. To shutdown all running containers execute the ./bin.docker-down.sh script

./bin/docker-down.sh

Project architecture

project structure

Services