Skip to content

A Self Management Platform built with KVision (Kotlin/JS) and Ktor web framework...

Notifications You must be signed in to change notification settings

phalcorine/kontaktapp

Repository files navigation

KontaktApp - Self Management Platform

Frameworks Used:

Libraries Used:

Features:

  • Authentication
  • Contacts Management
  • Task Management
  • User Preferences
  • UI Enhancements

Change Log

All notable changes to this project will be documented. See ChangeLog for details.

Note:

The project can be used with or without a database.

  • To use without a database, set the settings.useInMemoryStorage property in src/backendMain/resources/application.conf to true
  • To use with a database, configure the db section in src/backendMain/resources/application.conf accordingly. Don't forget to create a database for it too...

Gradle Tasks

Compiling

  • compileKotlinFrontend - Compiles frontend sources.
  • compileKotlinBackend - Compiles backend sources.

Running

  • frontendRun - Starts a webpack dev server on port 3000
  • backendRun - Starts a dev server on port 8080

Packaging

  • frontendBrowserWebpack - Bundles the compiled js files into build/distributions
  • frontendJar - Packages a standalone "web" frontend jar with all required files into build/libs/*.jar
  • backendJar - Packages a backend jar with compiled source files into build/libs/*.jar
  • jar - Packages a "fat" jar with all backend sources and dependencies while also embedding frontend resources into build/libs/*.jar

About

A Self Management Platform built with KVision (Kotlin/JS) and Ktor web framework...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages