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
.envfile for dev configuration - PostgreSQL in Docker Compose
- DB migrations creating:
- Less privileged app user
- change_history table and triggers
- Unit tests
- Internationalization
- TypeScript types generation for frontend
- UI with Vite/Svelte/TailwindCSS - get more components from Svelte Sample Repo
Follows The Pure Code Manifesto principles.
Check Klite Tutorial if you want to start from scratch with Klite.