-
-
Notifications
You must be signed in to change notification settings - Fork 323
Open
Labels
Description
Description
nuxt-auto-crud
Automatically generates fully RESTful CRUD APIs (GET, POST, PATCH, DELETE) for your Nuxt application based solely on your Drizzle ORM schema. It eliminates backend boilerplate, allowing developers to focus on the frontend and business logic.
Key Features:
Zero-Boilerplate APIs: Define your database models, and endpoints are instantly available.
Built-in Access Control: Integrated Support for Authentication (via nuxt-auth-utils or JWT) and RBAC with granular ownership permissions (e.g., update_own, delete_own).
NuxtHub Ready: optimized for serverless deployments using Cloudflare D1/SQLite.
Flexible: scalable from rapid MVPs to complex backend-only services.
Repository
https://github.com/clifordpereira/nuxt-auto-crud
npm
https://www.npmjs.com/package/nuxt-auto-crud
Nuxt Compatibility
Nuxt 4