← All tutorials
ERP/CRM app — 3 containers (frontend + backend + scheduler)
One prompt scaffolds a small ERP/CRM across three containers — a frontend, a REST backend, and a scheduler — with demo products seeded and full CRUD on every record, deployed live over MCP.
- 3 containers
- REST
- CRUD
- MCP
▶ Built with ChatGPT The exact prompt below was run in ChatGPT with BasicDeploy connected over MCP — it wrote the app, provisioned the database and storage, and deployed it live, end to end. No manual coding or DevOps.
The prompt
The exact prompt used in the video. Copy it, paste it into your AI assistant with BasicDeploy connected, and watch it build.
I want to create an easy ERP/CRM application on basicdeploy. This app should have 3 containers. one for frontend, one for backend and one for scheduling. Make sure that demo products are added. All the items should support crud operations. Give me the frontend URL once you are done.