This repository contains a Frappe CRM application ready for deployment on Frappe Cloud.
- GitHub Repository: https://github.com/fjkiani/crm-deployment
- Branch: main
- Apps: crm v1.0.0, frappe v15.0.0
- Compatibility: ✅ pyproject.toml files included
- Go to Frappe Cloud Dashboard
- Sign in to your account (or create a free account)
- Click "New Site" or "Create Site"
- Choose your plan:
- Free Tier: 1GB database, 10GB bandwidth (perfect for testing!)
- Starter: $10/month - 5GB database, 100GB bandwidth
- Professional: $25/month - 25GB database, 100GB bandwidth
- Select "Deploy from Git" option
- Connect your GitHub account (if not connected)
- Select repository:
fjkiani/crm-deployment - Select branch:
main - Click "Deploy"
After deployment completes (usually 5-10 minutes):
- CRM Interface:
https://YOUR_SITE_NAME.frappe.cloud/crm - Admin Panel:
https://YOUR_SITE_NAME.frappe.cloud - API Endpoints:
https://YOUR_SITE_NAME.frappe.cloud/api/
- ✅ Lead Management - Track and manage potential customers
- ✅ Deal Pipeline (Kanban) - Visual sales pipeline management
- ✅ Contact Management - Comprehensive contact database
- ✅ Task Management - Assign and track tasks
- ✅ WhatsApp Integration - Connect with customers via WhatsApp
- ✅ Email Integration - Send and receive emails
- ✅ Call Logging - Track all customer interactions
- ✅ Customizable Dashboards - Real-time analytics and reporting
- ✅ Mobile Responsive - Works perfectly on all devices
- crm v1.0.0: The CRM application with all features
- frappe v15.0.0: The Frappe framework (latest stable version)
- Python: >= 3.10
- Database: MariaDB/MySQL
- Cache: Redis
- Web Server: Gunicorn
- Build Backend: setuptools
- Package Management: pyproject.toml (modern Python packaging)
- Requirements: All dependencies included
If you want to develop locally:
# Clone the repository
git clone https://github.com/fjkiani/crm-deployment.git
cd crm-deployment
# Install frappe-bench
pip install frappe-bench
# Initialize bench
bench init frappe-bench
# Get apps
cd frappe-bench
bench get-app crm ../crm
bench get-app frappe ../frappe
# Create site
bench new-site crm.localhostThis project is licensed under the MIT License - see the LICENSE files for details.