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)
- Host: GitHub
- URL: https://github.com/rocky-jaiswal/todo-javalin-jooq
- Owner: rocky-jaiswal
- Created: 2025-09-06T09:30:04.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-09-08T10:46:35.000Z (about 2 months ago)
- Last Synced: 2025-09-08T12:35:53.788Z (about 2 months ago)
- Language: Kotlin
- Size: 60.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"