
INTRODUCTION TO N8N TOOL
You can master N8N , if you know less coding.
This tool is very useful for creating an AI Agent and Workflow automation.This tool is available in local.You can integration 400+ application. Unsupported application also can be accessed through API call.In this tutorial , I will explain beginner level about how to install N8N , create basic workflow automation,create small AI Agent and create chat bot.
GO TO N8N.IO WEBSITE.it will open following website.
In pricing tab,You will see starter,pro ,business and enterprise version. As a beginner you start with “Starter” version.
Go to Docs menu and click "Self-host N8n"
Click installation->npm on left menu.
npm is a quick way to get started with n8n on your local machine. First install Node.js .
You can install Node.js from “nodejs.org/en”
After installing nodejs.Open command prompt and type node.you can see the nodejs version installed.
Now start installing N8N globally in your machine. To install globally, use following npm command
Npm install n8n –g
To install specific version of n8n,
Npm install –g n8n@0.126.1
For installation it will take 20 to 30 minutes.After installation give following command to check whether it is installed or not.
in command prompt , give n8n or n8n start