garodriguezlp / feasible-falcon

2022.09.07 My attempt to learn Spring WebFlux, AWS Kinesis, Kotlin, and Twitter HTTP v2 streaming API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quality Gate Status Coverage Maintainability Rating Reliability Rating Security Rating Vulnerabilities Bugs Code Smells Duplicated Lines (%)

Feasible Falcon

Project to play around and practice my skills with Kotlin, Spring WebFlux, AWS Kinesis, and the Twitter v2 Stream API

Run Locally

This project uses Gradle as build tool and Java 11 as runtime environment.

Build

./gradlew build

Run

Don't forget to check the application.yml file to configure the application prior to run it.

./gradlew bootRun

API Documentation

Once the app is running, you can access the API documentation at http://localhost:8080/swagger-ui.html

About

2022.09.07 My attempt to learn Spring WebFlux, AWS Kinesis, Kotlin, and Twitter HTTP v2 streaming API


Languages

Language:Kotlin 100.0%