Skip to content

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

License

Notifications You must be signed in to change notification settings

livesession/adminjs

This branch is 16 commits behind SoftwareBrothers/adminjs:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3321d77 · Jul 10, 2024
Jun 26, 2024
Feb 21, 2024
Mar 20, 2023
Mar 28, 2024
Mar 20, 2023
Jul 10, 2024
Apr 4, 2023
Jun 26, 2024
Jul 1, 2024
Nov 23, 2018
Mar 20, 2023
Oct 26, 2020
Oct 13, 2022
Oct 28, 2020
Jul 26, 2020
Mar 14, 2023
Mar 7, 2024
Jul 29, 2022
Mar 28, 2024
Nov 24, 2018
Mar 7, 2024
Jul 13, 2022
Mar 20, 2023
Mar 23, 2023
Mar 20, 2023
Mar 20, 2023
Jul 10, 2024
Feb 21, 2024
Mar 7, 2024

Repository files navigation

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.

Example application

Check out our demo application:

https://demo.adminjs.co

You can also have a look at our customized AdminJS dashboard which shows various library statistics:

https://stats.adminjs.co

Getting started

Our open source community on Discord

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:

  • view 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 please check out our Contribution Guide

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

If you're searching for tasks you can contribute to, we currently accept contributions to issues in our Kanban Board.

Any small or large contribution or any input into discussion is welcome!

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.3%
  • JavaScript 2.5%
  • CSS 0.2%