SoftwareBrothers/adminjs

README

AdminJS


AdminJS is an automatic admin interface that 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


undefined

Example application


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

Login: admin@example.com
Password: password

https://adminjs-demo.herokuapp.com

Getting started


Check out the documentation
Try the live demo as mentioned above

Our open source community on Slack


Join the community to get help and be inspired.

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 connectorto the database.

Everything works fine, but now you would like to:

view all the data in the app,
perform custom businessactions on objects in the database,
bootstrap the tables with the initialdata,
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 please check out our Contribution Guide

There you can find instructions on how to run AdminJS locally for development.

License


AdminJS is copyrighted © 2023 rst.software. It is a free software, and may be redistributed under the terms specified in the LICENSE file.

About rst.software


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 - check out the career page.