All Projects → SoftwareBrothers → Admin Bro

SoftwareBrothers / Admin Bro

Licence: mit
AdminJS is an admin panel for apps written in node.js

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to Admin Bro

lightence-admin
Free and easy-to-use admin template based on React 17+
Stars: ✭ 337 (-92.4%)
Mutual labels:  admin, admin-dashboard, admin-panel
Gentelella
Welcome to Gentelella - Responsive Bootstrap Admin Application based on the Foundation of Symfony and Gentelella!
Stars: ✭ 100 (-97.74%)
Mutual labels:  admin, admin-dashboard, admin-panel
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 (-73.13%)
Mutual labels:  admin, admin-dashboard, admin-panel
Coreui Free Vue Admin Template
Open source admin template based on Bootstrap 5 and Vue 3
Stars: ✭ 2,951 (-33.43%)
Mutual labels:  admin, admin-dashboard, admin-panel
Majesticadmin Free Bootstrap Admin Template
Simple Bootstrap 4 Dashboard template.
Stars: ✭ 160 (-96.39%)
Mutual labels:  admin, admin-dashboard, admin-panel
Rademade admin
Best rails admin panel!
Stars: ✭ 40 (-99.1%)
Mutual labels:  admin, admin-dashboard, admin-panel
Coreui Free Angular Admin Template
CoreUI Angular is free Angular 2+ admin template based on Bootstrap 4
Stars: ✭ 1,279 (-71.15%)
Mutual labels:  admin, admin-dashboard, admin-panel
Kongdash
An elegant desktop client for Kong Admin API
Stars: ✭ 449 (-89.87%)
Mutual labels:  admin, admin-dashboard, admin-panel
Coreui Free React Admin Template
CoreUI React is a free React admin template based on Bootstrap 5
Stars: ✭ 3,573 (-19.4%)
Mutual labels:  admin, admin-dashboard, admin-panel
Adminlte
AdminLTE - Free admin dashboard template based on Bootstrap 4
Stars: ✭ 40,112 (+804.85%)
Mutual labels:  admin, admin-dashboard, admin-panel
Sleek Dashboard
Sleek Dashboard - Free Bootstrap 4 Admin Template and UI Kit
Stars: ✭ 690 (-84.43%)
Mutual labels:  admin, admin-dashboard, admin-panel
nextjs-admin-template
Free admin dashboard template based on Next.Js with @paljs/ui component package
Stars: ✭ 266 (-94%)
Mutual labels:  admin, admin-dashboard, admin-panel
Cleopatra
Admin Dashboard Template Built On Tailwind CSS
Stars: ✭ 521 (-88.25%)
Mutual labels:  admin, admin-dashboard, admin-panel
Shards Dashboard
🔥A beautiful Bootstrap 4 admin dashboard templates pack.
Stars: ✭ 1,143 (-74.22%)
Mutual labels:  admin, admin-dashboard, admin-panel
Vuetify Admin Dashboard
A Crud Admin panel made from Vue js and Vuetify
Stars: ✭ 481 (-89.15%)
Mutual labels:  admin, admin-dashboard, admin-panel
Shards Dashboard React
⚛️A free and beautiful React admin dashboard template pack.
Stars: ✭ 1,268 (-71.4%)
Mutual labels:  admin, admin-dashboard, admin-panel
Coreui Free Laravel Admin Template
CoreUI Free Laravel Bootstrap Admin Template
Stars: ✭ 353 (-92.04%)
Mutual labels:  admin, admin-dashboard, admin-panel
Coreui Angularjs
CoreUI AngularJS is free AngularJS admin template based on Bootstrap 4
Stars: ✭ 101 (-97.72%)
Mutual labels:  admin, admin-dashboard, admin-panel
Azia-Admin-React
Free React.js Admin template
Stars: ✭ 44 (-99.01%)
Mutual labels:  admin, admin-dashboard, admin-panel
Deskapp
DeskApp Admin is a free to use Bootstrap 4 admin template.
Stars: ✭ 296 (-93.32%)
Mutual labels:  admin, admin-dashboard, admin-panel

AdminJS

AdminJS is An automatic admin interface which can be plugged into your application. You, as a developer, provide database models (like posts, comments, stores, products or whatever else your application uses), and AdminJS generates UI which allows you (or other trusted users) to manage content.

Inspired by: django admin, rails admin and active admin.

How it looks

Example application

Check out the example application with mongodb and postgres models here:

https://admin-bro-example-app-staging.herokuapp.com/admin/login

Getting Started

OpenSource SoftwareBrothers community

What kind of problems it solves

So you have a working service built in Node.js. It uses (for example) Hapi.js for rendering a couple of REST routes and mongoose as the connector to the database.

Everything works fine, but now you would like to:

  • see all the data in the app,
  • perform custom business actions on objects in the database,
  • bootstrap the tables with the initial data,
  • build custom report pages,
  • allow other team members (not necessary programmers) to see what is going on in the application.

And all these cases can be solved by AdminJS. By adding couple of lines of code you have a running admin interface.

Features

  • CRUD any data in any resource
  • Custom actions
  • Form validation based on schema in your resources
  • Full featured dashboard with widgets
  • Custom resource decorators

Contribute

If you would like work on an adminjs and develop new features - take a look at our dev repository: https://github.com/SoftwareBrothers/adminjs-dev

You can find there instructions on how to run adminjs for development.

License

AdminJS is Copyright © 2021 SoftwareBrothers.co. It is free software, and may be redistributed under the terms specified in the LICENSE file.

About SoftwareBrothers.co

We’re an open, friendly team that helps clients from all over the world to transform their businesses and create astonishing products.

  • We are available for hire.
  • If you want to work for us - checkout the career page.
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].