Coder Social home page Coder Social logo

kotlin-blogpost-engine's Introduction

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

kotlin-blogpost-engine's People

Contributors

ikovalyov avatar renovate-bot avatar renovate[bot] avatar

Stargazers

 avatar

Watchers

 avatar  avatar

kotlin-blogpost-engine's Issues

Configuration table

We should have a configuration table to store settings.

  • Should be using DynamoDB
  • Should be initialised via init script
  • Should have an id of the current template
  • Default template should also be initialized via init script

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/gradle.yml
  • actions/checkout v4
  • actions/setup-java v4
  • actions/checkout v4
  • actions/setup-java v4
gradle
gradle.properties
  • io.micronaut:micronaut-core-bom 4.5.4
  • io.micronaut.platform:micronaut-parent 4.5.1
  • io.micronaut:micronaut-inject-java 4.5.4
settings.gradle.kts
build.gradle.kts
  • org.jetbrains.kotlin.multiplatform 2.0.0
  • org.jetbrains.kotlin.kapt 2.0.0
  • org.jetbrains.kotlin.plugin.allopen 2.0.0
  • org.jetbrains.kotlin.plugin.serialization 2.0.0
  • com.github.johnrengelman.shadow 8.1.1
  • com.diffplug.spotless 6.25.0
  • io.github.microutils:kotlin-logging 3.0.5
  • org.jetbrains.kotlinx:kotlinx-datetime 0.6.0
  • org.jetbrains.kotlinx:kotlinx-serialization-json 1.7.1
  • com.benasher44:uuid 0.8.4
  • org.jetbrains.kotlinx:kotlinx-coroutines-core 1.8.1
  • org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom 1.0.0-pre.785
  • org.jetbrains.kotlinx:kotlinx-coroutines-core 1.8.1
  • org.jetbrains.kotlinx:kotlinx-coroutines-core 1.8.1
  • org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 1.8.1
  • org.freemarker:freemarker 2.3.33
  • org.apache.logging.log4j:log4j-core 2.23.1
  • org.apache.logging.log4j:log4j-slf4j2-impl 2.23.1
  • org.freemarker:freemarker 2.3.33
  • info.picocli:picocli-codegen 4.7.6
  • info.picocli:picocli-codegen 4.7.6
  • org.junit.jupiter:junit-jupiter-engine 5.10.3
  • com.amazonaws:aws-java-sdk-core 1.12.767
gradle-wrapper
gradle/wrapper/gradle-wrapper.properties
  • gradle 8.9

  • Check this box to trigger a request for Renovate to run again on this repository

Article model

Article should have following fields:

  • name
  • abstract
  • body
  • link to author
  • link to tag
  • meta info
  • link to template

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.