Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 937 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 937 Bytes

Nano Blogging Service (Ktor + Okta)


This example app demonstrates how to build a simple blogging service with Kotlin, Ktor, kotlinx.html and Okta.

Demo of the Nano Blogging Service

Prerequisites

Getting Started

  • Clone repository:
    $ git clone https://github.com/ruXlab/okta-ktor-nano-blogging-service
    $ cd okta-ktor-nano-blogging-service 
  • Run it!
    $ ./gradlew run    
  • Head to localhost:8080 to check application running

Help

Visit our Okta Developer Forums. You can also email [email protected] if would like to create a support ticket.

License

Apache 2.0, see LICENSE.