This workflow creates a self-contained, browser-based CRUD (Create, Read, Update, Delete) application using n8n and Redis. It serves a static HTML frontend via a webhook, enabling users to manage items directly from their browser without external hosting. The backend API endpoints for adding, retrieving, editing, deleting, and resetting items are fully handled within n8n workflows that interact with Redis for lightweight data persistence. Users can open the main webhook URL in a browser to display and interact with the app, making it ideal for rapid prototyping, demonstrations, or minimalist tool deployment. The workflow also simplifies data management with auto-incremented IDs maintained through Redis and provides comprehensive setup instructions for configuration.
Self-Contained Redis-Powered CRUD Web App with n8n
Node Count | >20 Nodes |
---|---|
Nodes Used | code, redis, respondToWebhook, set, splitInBatches, stickyNote, webhook |
Reviews
There are no reviews yet.