Build a Self-Contained CRUD Application with Redis and HTML Frontend - n8n Workflow | Neura Market
Build a Self-Contained CRUD Application with Redis and HTML Frontend
Create a complete CRUD application using n8n with Redis for storage and an HTML frontend, all within a single workflow.
This workflow leverages n8n to build a fully functional CRUD (Create, Read, Update, Delete) application. It uses Redis as a lightweight data store for fast key-value storage with auto-incremented IDs. The application serves both as a backend, handling CRUD operations via webhook endpoints, and as a frontend, delivering an HTML Single Page Application (SPA) directly through a webhook response. This setup is ideal for rapid prototyping or deploying small tools without external infrastructure, maki
Platform
n8n
Category
IT & Development
Price
Free
Creator
Mia Andersson
set
code
redis
webhook
stickyNote
splitInBatches
respondToWebhook
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.