/klite-starter

Starter template project to get going quickly with Klite

Primary LanguageKotlin

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

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