Skip to content

Overview

You build backends — Node.js/Express, Postgres, Redis, Docker. Now you need to deliver and operate a real ERP on ERPNext v16+ and the Frappe Framework, and you want to do it the way an experienced engineer would: understand the architecture, write clean server code, and run it in production. This course is built for exactly that.

It teaches Frappe the way you already think — mapping each concept to its Node.js equivalent (“in Express you’d write a route handler; in Frappe you whitelist a Python method”) — and it is relentlessly example-driven. Everything is themed around one running business:

ScoopJoy — a franchise-based ice-cream and food chain in India: multiple outlets, a central kitchen, 50+ staff, POS at every counter, GST accounting, and a React/Node storefront talking to ERPNext over its REST API.

  • You write backends professionally (Node.js background assumed, but any backend experience transfers).
  • You know SQL, Redis, Docker, and HTTP APIs.
  • You have little or no Frappe/Python-framework experience.
  • You want to build, customize, and operate ERPNext at production scale.

Two companion tracks, one course:

  • The Guide — a progressive, 35-chapter path across 7 parts: architecture → Frappe core → ERPNext modules → customization → integrations → deployment → advanced engineering. Read it front to back.
  • The Cookbook — 56 self-contained, production-ready recipes (Problem → Solution → Why → Common mistake). Jump to whichever one matches the problem in front of you.
ComponentVersionRole
Frappe / ERPNextv16+The framework + the ERP app
Python3.14+Server logic, ORM, controllers, API
Node.js24 LTSAsset bundling, Socket.IO realtime server
MariaDB10.6+Primary database (Postgres 14+ also supported)
Redis8+Cache, job queues, real-time pub/sub
Nginx + GunicornlatestReverse proxy + WSGI app server (production)
benchlatestThe Frappe CLI for sites, apps, and ops
ChapterWhat it covers
Architecture OverviewHow Frappe and ERPNext fit together; the site-bench-app model
Development EnvironmentInstalling the stack with bench or Docker
The Bench CLIDay-to-day commands for sites, apps, and migrations
ChapterWhat it covers
DocTypes — Data ModelingThe metadata model that generates tables, APIs, and forms
Python ControllersServer-side business logic and the document lifecycle
Hooks & App Lifecyclehooks.py, event binding, and overrides
Client-Side FrameworkForm scripts and the Desk JavaScript API
REST API, RPC & Real-TimeAuto-generated APIs, whitelisted methods, Socket.IO
Permissions & SecurityRoles, permission rules, and data security
ChapterWhat it covers
Accounting & FinanceChart of accounts, GL entries, GST, invoicing
Stock & InventoryWarehouses, batches, valuation, reorder levels
Selling, CRM & POSSales orders, leads, loyalty, point of sale
Buying & ProcurementSuppliers, purchase orders, subcontracting
ManufacturingBOMs, work orders, production planning
HR & PayrollAttendance, salary structures, leave
ChapterWhat it covers
Creating a Custom AppScaffolding and structuring your own Frappe app
Custom DocTypes & FormsCustom fields, property setters, form layouts
Server Scripts & JobsServer scripts and scheduled background jobs
Client Scripts & PagesClient scripts and custom Desk pages
Print, Reports & DashboardsPrint formats, report builder, dashboards
Workflows & AutomationWorkflows, notifications, and automation
ChapterWhat it covers
Payment GatewaysRazorpay, Stripe, and UPI collection
Website & E-CommerceThe built-in storefront and catalog
External APIs & WebhooksOutbound calls and webhook handling
Third-Party ConnectorsLogistics, messaging, and service connectors
ChapterWhat it covers
Docker Dev & Deploymentfrappe_docker for dev and production
Production DeploymentNginx, SSL, and Supervisor
Scaling with KubernetesHelm charts and horizontal scaling
Backup & MonitoringBackups, recovery, and observability
Performance OptimizationQuery tuning, caching, and profiling
ChapterWhat it covers
Multi-Company & Multi-TenantArchitecting for many outlets and books
Data Migration & Bulk OpsImporting master data at scale
Testing StrategiesUnit, integration, and permission testing
CI/CD PipelineAutomated builds, tests, and deploys
Case Study: ScoopJoy ERPEverything together, end to end

Fifty-six recipes you can copy into a real app, grouped by domain. Browse the full index, or start with the categories below.