osmocode / web-service

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

Repository from Github https://github.comosmocode/web-serviceRepository from Github https://github.comosmocode/web-service

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

About

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


Languages

Language:Java 47.1%Language:TypeScript 36.6%Language:HTML 13.2%Language:Shell 1.3%Language:SCSS 0.9%Language:JavaScript 0.7%Language:Dockerfile 0.3%