Skip to content

Library back-end implemented using Kotlin, Ktor, Exposed ORM, and PostreSQL.

Notifications You must be signed in to change notification settings

vcholak/library-kt

Repository files navigation

Library

Library back-end implemented using Kotlin, Ktor, and PostgreSQL.

Containerization

Run images using docker-compose.yml file:

podman compose up -d

Using ktor plugin

To build image:

./gradlew buildImage

To load image using Podman:

podman load --input build/jib-image.tar

To run image using Podman:

 podman run localhost/ktor-docker-image:latest  --env-file=./.env --expose=8080 --name=library

About

Library back-end implemented using Kotlin, Ktor, Exposed ORM, and PostreSQL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published