Any admin-panel which can be easily used with ktor...
# ktor
m
Any admin-panel which can be easily used with ktor? I've honestly googled it: LightAdmin, SpringBootAdmin, etc...
h
To my knowledge no, but I’d be interested in knowing what you’re looking for in admin panel.
m
what you’re looking for
Extensible & flexible CRUD.
o
I would start with something like bootstrap and admin panel such as http://wrapbootstrap.com/preview/WB051SCJ1
m
I'm searching for logic implementation, not for template.
t
For Logic parts you could take a look into the jhipster templates. They do provide a lot of the stuff you would like to have I believe. Obviously this Logic needs to get ported though.
They are using Angular as the frontend, which I think is rather nice.