All Projects → ajaysreedhar → Kongdash

ajaysreedhar / Kongdash

Licence: mit
An elegant desktop client for Kong Admin API

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Kongdash

Cleopatra
Admin Dashboard Template Built On Tailwind CSS
Stars: ✭ 521 (+16.04%)
Mutual labels:  dashboard, admin, admin-dashboard, admin-panel, admin-ui
Staradmin Free Bootstrap Admin Template
A Free Responsive Admin Dashboard Template Built With Bootstrap 4. Elegant UI Theme for Your Web App!
Stars: ✭ 1,191 (+165.26%)
Mutual labels:  dashboard, admin, admin-dashboard, admin-panel, admin-ui
Coreui Free Laravel Admin Template
CoreUI Free Laravel Bootstrap Admin Template
Stars: ✭ 353 (-21.38%)
Mutual labels:  dashboard, admin, admin-dashboard, admin-panel, admin-ui
Gentelella
Welcome to Gentelella - Responsive Bootstrap Admin Application based on the Foundation of Symfony and Gentelella!
Stars: ✭ 100 (-77.73%)
Mutual labels:  admin, admin-dashboard, admin-panel, admin-ui
Coreui Free Vue Admin Template
Open source admin template based on Bootstrap 5 and Vue 3
Stars: ✭ 2,951 (+557.24%)
Mutual labels:  dashboard, admin, admin-dashboard, admin-panel
Shards Dashboard React
⚛️A free and beautiful React admin dashboard template pack.
Stars: ✭ 1,268 (+182.41%)
Mutual labels:  admin, admin-dashboard, admin-panel, admin-ui
Sleek Dashboard
Sleek Dashboard - Free Bootstrap 4 Admin Template and UI Kit
Stars: ✭ 690 (+53.67%)
Mutual labels:  dashboard, admin, admin-dashboard, admin-panel
Ngx Admin
Customizable admin dashboard template based on Angular 10+
Stars: ✭ 23,286 (+5086.19%)
Mutual labels:  dashboard, admin, admin-dashboard, admin-ui
Vuestic Admin
Free and Beautiful Vue 3 Admin Template
Stars: ✭ 8,398 (+1770.38%)
Mutual labels:  dashboard, admin-dashboard, admin-panel, admin-ui
Sing App
💥Free and open-source admin dashboard template built with Bootstrap 4.5 💥
Stars: ✭ 1,187 (+164.37%)
Mutual labels:  dashboard, admin, admin-dashboard, admin-ui
Coreui Free Angular Admin Template
CoreUI Angular is free Angular 2+ admin template based on Bootstrap 4
Stars: ✭ 1,279 (+184.86%)
Mutual labels:  dashboard, admin, admin-dashboard, admin-panel
Shards Dashboard
🔥A beautiful Bootstrap 4 admin dashboard templates pack.
Stars: ✭ 1,143 (+154.57%)
Mutual labels:  admin, admin-dashboard, admin-panel, admin-ui
Rademade admin
Best rails admin panel!
Stars: ✭ 40 (-91.09%)
Mutual labels:  admin, admin-dashboard, admin-panel, admin-ui
Coreui Free React Admin Template
CoreUI React is a free React admin template based on Bootstrap 5
Stars: ✭ 3,573 (+695.77%)
Mutual labels:  dashboard, admin, admin-dashboard, admin-panel
Root Bootstrap 4 Admin Template With Angularjs Angular 2 Support
Root is Boostrap 4 Admin Template with Angular 2 and AngularJS support
Stars: ✭ 54 (-87.97%)
Mutual labels:  dashboard, admin, admin-dashboard, admin-ui
React Antd Admin
用React和Ant Design搭建的一个通用管理后台
Stars: ✭ 1,313 (+192.43%)
Mutual labels:  dashboard, admin, admin-dashboard, admin-ui
Coreui Free Bootstrap Admin Template
CoreUI is free bootstrap admin template
Stars: ✭ 11,038 (+2358.35%)
Mutual labels:  dashboard, admin, admin-ui, admin-dashboard
Ok Admin
一个很赞的,扁平化风格的,响应式布局的通用后台模版解决方案,旨为后端程序员减压!目前ok-admin v2.0代码托管在Gitee,如果您觉得好用,star支持一下,么么哒!Gitee传送门:https://gitee.com/wudibo/ok-admin
Stars: ✭ 263 (-41.43%)
Mutual labels:  admin, admin-panel, admin-ui
Bootstrapadmin
Bootstrap 4 admin template.
Stars: ✭ 273 (-39.2%)
Mutual labels:  admin-dashboard, admin-panel, admin-ui
Admin Bro
AdminJS is an admin panel for apps written in node.js
Stars: ✭ 4,433 (+887.31%)
Mutual labels:  admin, admin-dashboard, admin-panel

KongDash

An elegant desktop client for Kong admin API

How to Install

On Linux

Ubuntu and other Debian distributions:

  • Download the latest .deb package.
  • Run dpkg -i kongdash-x.y.z-arch.deb

Fedora and other Linux distributions:

  • Download the latest .tar.gz archive.
  • Extract the archive and run install.sh script.
tar -xvf kongdash-x.y.z-linux-arch.tar.gz
cd kongdash-x.y.z-linux-arch
./install.sh

x.y.z refers to the version number and arch refers to the architecture (ia32 or x64).

On Windows

Simply download the latest .exe installer and run it.

On Mac OS X

Download and open the latest .dmg image, move the app to /Applications to start using it.

For Developers

All kinds of contributions are welcome.

  • Requires NodeJs (v4.4.7 or higher) and npm (v2.15.8 or higher).
  • Built with Electron.

Clone the repository

git clone https://github.com/ajaysreedhar/kongdash

Install dependencies

npm install

Run the app

npm start

Run ESLint npm test or npm run lint

Make a release

Linux 32-bit:

npm run pack:linux32

Linux 64-bit:

npm run pack:linux64

Mac OS X (64-bit only):

npm run pack:osx

Windows 32-bit:

npm run pack:windows32

Windows 64-bit:

npm run pack:windows64

The packaged application will be moved to release/ directory.

License

MIT License. See LICENSE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].