A simple demo of KtorAdmin – a powerful admin panel generator for Ktor applications. For an online demo, visit this link.
Clone the repository:
git clone https://github.com/Amirroid/KtorAdminDemo.git
cd KtorAdminDemoUpdate the database configuration in application.yaml by replacing the following values:
db:
username: "$POSTGRES_USER"
password: "$POSTGRES_PASSWORD"
url: "$DATABASE_URL"
driver: "org.postgresql.Driver"Then, build and run the project:
./gradlew runAccess the admin panel at http://localhost:8080/admin.
Check out the full documentation and latest updates in the KtorAdmin repository.