Skip to content

amirroid/KtorAdminDemo

Repository files navigation

KtorAdminDemo 🚀

A simple demo of KtorAdmin – a powerful admin panel generator for Ktor applications. For an online demo, visit this link.

🚀 Running the Demo

Clone the repository:

git clone https://github.com/Amirroid/KtorAdminDemo.git
cd KtorAdminDemo

Update 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 run

Access the admin panel at http://localhost:8080/admin.

📖 More Information

Check out the full documentation and latest updates in the KtorAdmin repository.

About

A demo project for KtorAdmin – a powerful admin panel generator for Ktor applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages