https://github.com/Estafet-LTD/estafet-microservices-scrum-basic-ui
Basic User Interface that uses the scrum microservices
https://github.com/Estafet-LTD/estafet-microservices-scrum-basic-ui
ansible java microservice openshift spring-boot spring-mvc
Last synced: over 1 year ago
JSON representation
Basic User Interface that uses the scrum microservices
- Host: GitHub
- URL: https://github.com/Estafet-LTD/estafet-microservices-scrum-basic-ui
- Owner: Estafet-LTD
- License: mit
- Created: 2017-09-16T17:25:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T17:52:51.000Z (about 6 years ago)
- Last Synced: 2024-07-29T16:54:04.704Z (almost 2 years ago)
- Topics: ansible, java, microservice, openshift, spring-boot, spring-mvc
- Language: JavaScript
- Size: 509 KB
- Stars: 1
- Watchers: 12
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Estafet Microservices Scrum Basic UI
Basic user interface for interacting with the microservices for the scrum demo application.
## What is this?
This user interface ties together the scrum process for the demo application. It uses all 7 microservices and does not have a datasource of it's own.
Each microservice has it's own git repository, but there is a master git repository that contains links to all of the repositories [here](https://github.com/Estafet-LTD/estafet-microservices-scrum).
## Getting Started
You can find a detailed explanation of how to install this (and other microservices) [here](https://github.com/Estafet-LTD/estafet-microservices-scrum#getting-started).
## Environment Variables
```
PROJECT_API_SERVICE_URI
SPRINT_API_SERVICE_URI
STORY_API_SERVICE_URI
TASK_API_SERVICE_URI
SPRINT_BURNDOWN_SERVICE_URI
SPRINT_BOARD_API_SERVICE_URI
PROJECT_API_SERVICE_URI
```