This repository contains the source code for the PepperCRM project, a modern and modular CRM solution designed to manage clients, sales, and business opportunities.
You can run this project locally using two approaches:
For a quick and standardized setup using Docker and Docker Compose, follow the specific guide:
This option is ideal for local development, testing, and staging environments.
If you prefer working with Kubernetes for orchestration and scalability, you can check the detailed instructions at:
⚠️ Warning: Deployment with Kubernetes is still under development. Some features may not be available or fully configured.
You can check the preliminary instructions at:
Recommended for production environments or advanced cloud deployments.
PepperCRM is composed of the following services:
| Service | Description |
|---|---|
| DB PepperCRM | MongoDB database used to store the CRM information. |
| API PepperCRM | Backend that exposes the system's logic and RESTful endpoints. |
| Web PepperCRM | Frontend application that allows visual interaction with the system. |