It still uses NPM (via gradle tasks) but drops the old Angular-based UI in favor of a Lit-based UI from https://github.com/pwa-builder/pwa-starter. I'll have to rebuild from scratch, but I think it'll be better in the long run
Signed-off-by: William Brawner <me@wbrawner.com>
Convert ErrorResponse to Kotlin
Convert TwigsServerApplication to Kotlin
Convert BudgetController to Kotlin
Convert CategoryController to Kotlin
Convert UserController to Kotlin
Convert TransactionController to Kotlin
Convert Budget models to Kotlin
Convert Category models to Kotlin
Convert PasswordResetRequest models to Kotlin
Convert Transaction models to Kotlin
Convert user models to Kotlin
Convert permission models to Kotlin
Conver session models to Kotlin
Finish Kotlin conversions
Fix more Kotlin conversion issues
Remove swagger
Use Kotlin DSL for Gradle scripts
Signed-off-by: William Brawner <me@wbrawner.com>
Resolve some warnings
Move source to src/main/kotlin
Move source to src/main/kotlin