A unified platform integrating API routes for both Hubspot and Zoho CRMs.
- OAuth Flow
- Meetings, Tasks, Notes, Emails, and Deals APIs
- Backend: NestJS
- Frontend: React
-
Clone the Repository:
git clone https://github.com/suraj-9849/crm-hub.git cd crm-hub
-
Install Dependencies:
- For the backend:
cd backend npm install
- For the frontend:
cd ../frontend npm install
- Run the Application:
- Start the backend:
npm run start:dev
- Start the frontend:
npm run dev
- Start the backend: