JVM based reimplementation of linky1.com
- Kotlin
- Spring Reactive Streams REST API
- Mongo
- Gradle
- Spring Security JWT Authentication
- MapStruct
docker run --rm -p 27017:27017 mongo./gradlew bootRun- use
./test.sh create-userto create a user - use
./test.sh authto authenticate - use
./test.sh create-linksto create a new link - use
./test.sh get-linksto list all saved links