Skip to content

Files

Latest commit

69dc017 · Dec 2, 2024

History

History
18 lines (14 loc) · 632 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 632 Bytes

Klite starter project

Don't forget to update this file with your own project description.

This is a preconfigured sample/starter project with Kotlin/Klite with some best-practices:

  • Simple src/test directory structure
  • Committed .env file for dev configuration
  • PostgreSQL in Docker
  • DB migrations creating:
    • Less privileged app user
    • change_history table and triggers
  • Unit tests
  • Internationalization
  • TypeScript types generation for frontend
  • UI with Svelte/TailwindCSS

Check Klite Tutorial if you want to start from scratch with Klite.