You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suresh 7185b2d1c4
Removed multer
3 years ago
..
.github Removed multer 3 years ago
bin Removed multer 3 years ago
bundle Removed multer 3 years ago
cy Removed multer 3 years ago
lib Removed multer 3 years ago
spec Removed multer 3 years ago
src Removed multer 3 years ago
types Removed multer 3 years ago
vendor-types Removed multer 3 years ago
.babelrc Removed multer 3 years ago
.cspell.json Removed multer 3 years ago
.dockerignore Removed multer 3 years ago
.eslintrc.js Removed multer 3 years ago
.gitattributes Removed multer 3 years ago
.prettierrc Removed multer 3 years ago
.releaserc Removed multer 3 years ago
CODE_OF_CONDUCT.md Removed multer 3 years ago
CONTRIBUTING.md Removed multer 3 years ago
LICENSE.md Removed multer 3 years ago
README.md Removed multer 3 years ago
UPGRADE-6.0.md Removed multer 3 years ago
cli.js Removed multer 3 years ago
commitlint.config.js Removed multer 3 years ago
index.d.ts Removed multer 3 years ago
index.js Removed multer 3 years ago
package.json Removed multer 3 years ago
tsconfig.json Removed multer 3 years ago

README.md

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

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

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

Were 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.