Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from alb2k/develop
Browse files Browse the repository at this point in the history
v1.0.6
  • Loading branch information
alb2k authored Mar 20, 2021
2 parents f1aa95e + 3554624 commit 11760db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# fuel-filling-service [![Demo](https://img.shields.io/website?label=demo&logo=heroku&url=https%3A%2F%2Fhackathon-ms-fuel-filling.herokuapp.com)](https://hackathon-ms-fuel-filling.herokuapp.com) [![Build Status](https://img.shields.io/github/workflow/status/ab-microstream-hackathon/fuel-filling-service/Check%20Build/develop)](https://github.com/ab-microstream-hackathon/fuel-filling-service/actions/workflows/checkBuild.yml?query=branch%3Adevelop)
# fuel-filling-service [![Demo](https://img.shields.io/badge/demo-online-success?logo=heroku)](https://hackathon-ms-fuel-filling.herokuapp.com) [![Build Status](https://img.shields.io/github/workflow/status/alb2k/fuel-filling-service/Check%20Build/develop)](https://github.com/alb2k/fuel-filling-service/actions/workflows/checkBuild.yml?query=branch%3Adevelop)
A helidon (microprofile) RESTful webservice with microstream.

The project represents a basic CRUD webservice where you can manage fuel fillings (of a car).<br>
Expand All @@ -16,17 +16,17 @@ This project was created for the [Microstream hackathon](https://hackathon.micro
* [GitHub Actions](https://github.com/features/actions) for CI/CD
* [Heroku](https://www.heroku.com/) for hosting the demo

## [Demo](https://hackathon-ms-fuel-filling.herokuapp.com) [![Deployment Status](https://img.shields.io/github/workflow/status/ab-microstream-hackathon/fuel-filling-service/Deploy%20CI?label=deployment)](https://github.com/ab-microstream-hackathon/fuel-filling-service/actions/workflows/deploy.yml)
## [Demo](https://hackathon-ms-fuel-filling.herokuapp.com) [![Deployment Status](https://img.shields.io/github/workflow/status/alb2k/fuel-filling-service/Deploy%20CI?label=deployment)](https://github.com/alb2k/fuel-filling-service/actions/workflows/deploy.yml)
The demo is hosted on heroku.

![openapi-ui screenshot](assets/OpenApiUI.png)

## Download [![Release Status](https://img.shields.io/github/workflow/status/ab-microstream-hackathon/fuel-filling-service/Release%20CI?label=release)](https://github.com/ab-microstream-hackathon/fuel-filling-service/actions/workflows/release.yml)
## Download [![Release Status](https://img.shields.io/github/workflow/status/alb2k/fuel-filling-service/Release%20CI?label=release)](https://github.com/alb2k/fuel-filling-service/actions/workflows/release.yml)
There are prebuilt executables, which save you from building the executable locally.

### JAR
* Check if you have Java 11 installed, if not [install it](https://adoptopenjdk.net/?variant=openjdk11&jvmVariant=hotspot)
* Download the [latest zip from the releases](https://github.com/ab-microstream-hackathon/fuel-filling-service/releases/latest)
* Download the [latest zip from the releases](https://github.com/alb2k/fuel-filling-service/releases/latest)
* Unzip it and run it locally with ``java -jar fuel-filling-service.jar``
* Open http://localhost:8080
→ you should get redirected to the OpenAPI UI
Expand Down Expand Up @@ -64,4 +64,4 @@ Requirements:
* Execute it with ``docker run --rm -p 8080:8080 --name fuel-filling fuel-filling``
* Stop/Remove it with ``docker stop fuel-filling``

### Dependencies and Licenses [![dependency overview](https://img.shields.io/badge/dependency--overview-online-success?logo=apache-maven)](https://ab-microstream-hackathon.github.io/fuel-filling-service/dependencies/) [![Apache License 2.0](https://img.shields.io/github/license/ab-microstream-hackathon/fuel-filling-service?color=informational)](https://choosealicense.com/licenses/apache-2.0/)
### Dependencies and Licenses [![dependency overview](https://img.shields.io/badge/dependency--overview-online-success?logo=apache-maven)](https://alb2k.github.io/fuel-filling-service/dependencies/) [![Apache License 2.0](https://img.shields.io/github/license/alb2k/fuel-filling-service?color=informational)](https://choosealicense.com/licenses/apache-2.0/)

0 comments on commit 11760db

Please sign in to comment.