Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sandjelkovic/kombinator
Playground for different technologies.
https://github.com/sandjelkovic/kombinator
arrow arrow-kt kotlin rest spring springboot swagger
Last synced: 13 days ago
JSON representation
Playground for different technologies.
- Host: GitHub
- URL: https://github.com/sandjelkovic/kombinator
- Owner: sandjelkovic
- Created: 2017-11-12T13:19:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-25T12:49:32.000Z (about 5 years ago)
- Last Synced: 2024-11-07T12:52:34.220Z (2 months ago)
- Topics: arrow, arrow-kt, kotlin, rest, spring, springboot, swagger
- Language: Kotlin
- Homepage:
- Size: 225 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Kombinator
## [![pipeline status](https://gitlab.com/sandjelkovic/Kombinator/badges/master/pipeline.svg)](https://gitlab.com/sandjelkovic/Kombinator/commits/master) [![coverage report](https://gitlab.com/sandjelkovic/Kombinator/badges/master/coverage.svg)](https://gitlab.com/sandjelkovic/Kombinator/commits/master)This application supports working with Combinations which can be used to calculate and decide on your dream PC Build, Combination of application suite or how to best spend time.
Written in Kotlin with Spring Boot.
## Running the application
Application can be started by running `./gradlew bootRun` or just running the `main` method in one of the variant directories. Application can be found on `http://localhost:8080/`
## API documentation
API is documented through Swagger and OpenAPI Specification. Swagger UI can be found on `http://localhost:8080/swagger-ui.html`