ra-data-simple-prisma

Simple react-admin dataprovider for prisma, supporting audit logs and roles


Keywords
prisma, rest, marmelab, react-admin, dataprovider, audit-log, audit, admin, react
License
MIT
Install
npm install ra-data-simple-prisma@4.0.2

Documentation

React Admin & Prisma (& Next.js)

Check the example apps to see common usages or use them as a boilerplate.

Packages

Examples

example admin app Debug, test, and develop the packages, but also use it as the admin/CMS for the website! example website A nextjs/mui boilerplate to show the data (very much under construction yet)

Development

Use the example app to test the changes.

In root folder run

pnpm dev

this will spin both the apps and package in dev mode!

Common issues

  • If there is an error in the backend regarding prisma not finding a table, run npx prisma generate

TODOs

  • Add all combos in README
  • create an amazing website showing all the data