https://github.com/SoftwareBrothers/adminjs-nestjs
NestJS module to import admin the Nest way
https://github.com/SoftwareBrothers/adminjs-nestjs
Last synced: about 1 year ago
JSON representation
NestJS module to import admin the Nest way
- Host: GitHub
- URL: https://github.com/SoftwareBrothers/adminjs-nestjs
- Owner: SoftwareBrothers
- License: mit
- Created: 2020-08-07T22:04:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T10:08:58.000Z (over 2 years ago)
- Last Synced: 2025-04-20T23:46:35.704Z (about 1 year ago)
- Language: TypeScript
- Size: 1.28 MB
- Stars: 172
- Watchers: 8
- Forks: 37
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NestJS plugin for AdminJS
This is an official [AdminJS](https://github.com/SoftwareBrothers/adminjs) plugin which integrates it to [nestjs](https://nestjs.com) framework.
Version >3.0.0 might not be compatible with Nestjs 7 or lower. If adapter is not working, try downgrading adapter to version 2.*.*
## 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.
Check out the example application here: https://adminjs-demo.herokuapp.com/admin/
Or visit [AdminJS](https://github.com/SoftwareBrothers/adminjs) github page.
## Usage
To see example usage see the [example-app](https://github.com/SoftwareBrothers/adminjs-nestjs/tree/master/example-app) or visit the [Nestjs section under AdminJS project page](https://softwarebrothers.github.io/adminjs-dev/module-@adminjs_nestjs.html)
## License
AdminJS is copyrighted © 2023 rst.software. It is a free software, and may be redistributed under the terms specified in the [LICENSE](LICENSE.md) 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](https://www.rst.software/estimate-your-project).
* If you want to work for us - check out the [career page](https://www.rst.software/join-us).