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.example
file to.env
file and adjust the settings. - Create the tables and databases in the Postgres with
npm run db:push
command. - Seed the sample data with
npm run db:seed
command. - Build the source with
npm run build
command. - Launch the app with
npm run start
command. - 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.