Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 709 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 709 Bytes

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