This project is built with Admin.js + Prisma to demonstrate the dynamic CRUD UI creation for Postgres backend without having to declare the resources manually one-by-one. All tables in the Postgres will be available for the CRUD operations.
- Install the dependencies with
npm install - Copy the
.env.examplefile to.envfile and adjust the settings. - Create the tables and databases in the Postgres with
npm run db:pushcommand. - Seed the sample data with
npm run db:seedcommand. - Build the source with
npm run buildcommand. - Launch the app with
npm run startcommand. - username:[email protected]- password: password
Get in touch with GK Palem if you are looking for any help with Startup MVPs, product planning, business strategy or generic help on how to adapt emerging technology (AI, Blockchain, Industry 4.0, Web 3.0 etc.) in an organization's business processes and products/solutions.


