Skip to content

ikovalyov/kotlin-blogpost-engine

Repository files navigation

kotlin-blogpost-engine

Blogpost engine using kotlin multiplatform and micronaut. Frontend is compiled into react from kotlin sources.

How to start the app?

Prerequisites

  • You should have running local stack. Do it with localstak start
  • You should have initialized DynamoDB tables. Do it with ./gradlew execDynamoDbScript
  • You should have 2 parallel processes running (one for backend and another for frontend). The -t flag makes a continuous build and project will rebuild atumatically on code change.
    • Start the backend with ./gradlew jvmRun -t
    • Start the frontend with ./gradlew jsRun -t

About

Blogpost engine using kotlin multiplatform and micronaut

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages