I am search an admin panel like django’s, why nodejs not have one? could you giveme links o a feedback of the benficts that use this kinds of admins. Is necesary by nodejs??
Express Admin is very similar to how the Django admin looks.
It's really a light weight solution and it's definitely not a framework but at least you can easily create an admin panel for your database.
I was looking into this again today and came across Strapi which looks quite promising. I'm going to play around with it, and am also looking forward to their 3.0 release which is planned for this year.
It's a shame there isn't a more solid solution. I constantly find myself wishing I was building a Django application because the admin panel makes development and administration so much easier. The problem is that with all frameworks, Django is not a good solution for some applications. With that, the search continues for a flexible, robust admin panel for Node. Perhaps Strapi is what I've been waiting for.
There is a thing called admin-bro (right now in beta). https://github.com/SoftwareBrothers/admin-bro
It supports mongoose and sequelizejs ORMs
example app here: https://admin-bro-example-app.herokuapp.com/admin
- login: [email protected]
- password: password
Keystone JS is a framework that creates an admin UI. So you can manage there the content and users. It is built on Express. Maybe it is what you need...
adminforth - set URL to your database, define resources (tables) and columns (types are not mandatory) and it provides full-functional CRUD views very similar to Django with create/edit/filter
Also there are various tailwind theming options:
Also you can render custom fields, make injections in pages and add new pages with simple Vue components.
Disclosure: I work in company which created and opensourced AdminForth
https://getsubzero.today is probably close to what you are looking for.
All it needs is the database and it autogenerates the api and the ui (both of which you can fully customize with TS/React)
You can use adminjs for any type of orm it support typeorm,
sequelize, mongoose, prisma, mikroorm here is the link adminjs
© 2022 - 2025 — McMap. All rights reserved.