Generate powerful admin apps without writing a single line of code - Run `npx dashpress` to see some magic!
Hadmean is a tool that generates powerful admin apps from database information. With just one command, it can quickly generate a fully functional admin app that is ready to be deployed. The goal of Hadmean is to save engineering resources by eliminating the need to build and maintain repetitive CRUD apps. It achieves this by introspecting the database and automatically building an application based on the field types, relationships, and constraints found in the database.
To install Hadmean, you will need the following prerequisites:
Once you have the prerequisites, you can install Hadmean using the following steps:
npm install -g hadmean
hadmean
Alternatively, if you prefer to use Docker, you can check the Dockerfile.example file in the root folder of the repo for instructions on how to use Hadmean with Docker.
Hadmean is a tool that simplifies the process of building admin apps by automatically generating them from database information. With just one command, users can generate a fully functional admin app that is ready to be deployed. The tool eliminates the need for extensive coding and reduces the learning curve usually associated with building such apps. Hadmean offers a wide range of features, including authentication, role and permissions management, dashboard builder, CRUD operations, and more. It is also open source and free to use.