An open API service indexing awesome lists of open source software.

https://github.com/rocky-jaiswal/todo-javalin-jooq

API development with Kotlin (experiments)
https://github.com/rocky-jaiswal/todo-javalin-jooq

Last synced: 14 days ago
JSON representation

API development with Kotlin (experiments)

Awesome Lists containing this project

README

          

# Kotlin web service

Experimental Kotlin services to try out libraries for web dev

Try out -
- Javalin
- Http4K
- Ktor
- Kompose
- jooq
- JDBI (?)

Generating keys

❯ openssl genrsa -aes256 -out "private_key_encrypted.pem" -passout pass:"secret" 4096

❯ openssl rsa -in "private_key_encrypted.pem" -passin pass:"secret123" -pubout -out "public_key.pem"