I need to automate the creation of whole erp solution through n8n

I need to make automate the process of software development through n8n. I need to create ERP Solutions for my customer through n8n. Now I create until db creation in MS SQL Server. How can I create Frontend for the ERP Solutions through n8n? Is it Possible?

I’ve been working on something similar and found that chaining workflows using the Execute Workflow node really helps break things into smaller pieces. For the manufacturing parts, I set up separate sub-workflows for things like inventory tracking, order processing, and supply checks. That way, it’s easier to test and tweak each part without messing up the whole structure.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.