/web-service

University web-service project. Based on Java-RMI, Soap-web-services, Spring-boot REST and controllable with Angular2 front-end.

Primary LanguageJava

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