Coder Social home page Coder Social logo

ktor-answers's Introduction

Ktor Demo Application

Current database schema:

answer

Current data model:

It's built with Erd in Kroki with the following source:

[User]
*id
name
passwordHash
active
email
createdAt

[Role]
*id
name

User *--+ Role

[Content]
*id
text
+author
createdAt

Content *--1 User

[Vote]
*id
+voter
+content
value
createdAt

Vote *--1 User
Vote *--1 Content

[Question]
*id
+data
title

Question 1--1 Content

[Answer]
*id
+question
+data

Question 1--* Answer
Answer 1--1 Content

[Comment]
*id
+parent
+data

Comment 1--1 Content {label: "data"}
Comment +--1 Content {label: "parent"}

[Tag]
*id
name

Question 1--* Tag

ktor-answers's People

Contributors

antonarhipov avatar asm0dey avatar dependabot[bot] avatar garthgilmourni avatar renovate[bot] avatar svtk avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

ktor-answers's Issues

Dependency Dashboard

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

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-test to v1.8.0
  • Update dependency org.postgresql:postgresql to v42.7.3
  • Update actions/setup-java action to v4
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

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 v3
  • actions/setup-java v3
  • gradle/gradle-build-action a4cf152f482c7ca97ef56ead29bf08bcd953284c
gradle
gradle.properties
settings.gradle.kts
build.gradle.kts
gradle/libs.versions.toml
  • io.ktor:ktor-bom 2.3.2
  • io.ktor:ktor-server-core-jvm 2.3.2
  • io.ktor:ktor-server-cors-jvm 2.3.2
  • io.ktor:ktor-server-resources 2.3.2
  • io.ktor:ktor-server-content-negotiation-jvm 2.3.2
  • io.ktor:ktor-serialization-kotlinx-json-jvm 2.3.2
  • io.ktor:ktor-server-host-common-jvm 2.3.2
  • io.ktor:ktor-server-status-pages-jvm 2.3.2
  • io.ktor:ktor-server-netty-jvm 2.3.2
  • ch.qos.logback:logback-classic 1.4.7
  • org.jetbrains.exposed:exposed-core 0.41.1
  • org.jetbrains.exposed:exposed-dao 0.41.1
  • org.jetbrains.exposed:exposed-jdbc 0.41.1
  • org.jetbrains.exposed:exposed-kotlin-datetime 0.41.1
  • org.liquibase:liquibase-core 4.23.0
  • org.postgresql:postgresql 42.6.0
  • org.jetbrains.kotlinx:kotlinx-coroutines-test 1.7.3
  • org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable 1.9.0
  • org.jetbrains.kotlin:kotlin-serialization 1.9.0
  • io.ktor:ktor-server-tests-jvm 2.3.2
  • org.testcontainers:postgresql 1.18.3
  • org.testcontainers:junit-jupiter 1.18.3
  • org.jetbrains.kotlin.jvm 1.9.0
  • io.ktor.plugin 2.3.2
  • org.jetbrains.kotlin.plugin.serialization 1.9.0
gradle-wrapper
gradle/wrapper/gradle-wrapper.properties
  • gradle 8.2.1

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

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.