The Leads and Opportunity Management System (LGO System) is designed for Candent Technologies Pvt Ltd to streamline lead generation and track potential clients, converting them into confirmed opportunities. This system enhances communication, provides tracking capabilities, and offers insights for decision-making.
- Capture lead details (Company Name, Industry, Contact Info, etc.)
- Track lead progress with customizable stages
- Convert leads into opportunities with project details
- Retain all associated lead data during conversion
- Add comments on leads and opportunities
- Reply to existing comments for threaded discussions
- Find leads/opportunities based on industry, tech stack, project domain, status, etc.
- Generate customizable XLSX/PDF reports with insights on lead conversion, industry trends, and more
- Frontend: React.js
- Backend: Node.js with Express.js
- Database: MongoDB Atlas
- Authentication: OAuth , JWT (JSON Web Tokens)
- Node.js
- npm
- MongoDB Atlas account
- Git
git clone https://github.com/siddheshhr/Candent_Tech.git
cd Candent_Techcd backend
npm installCreate a .env file in the backend directory:
MONGO=''
JWT_SECRET=''
RESET_PASSWORD_KEY=''
Start the backend server:
nodemon index.jscd ../frontend
npm installCreate a .env file in the frontend directory:
VITE_FIREBASE_API_KEY=''
Start the frontend development server:
npm run devThe application should now be running at http://localhost:5173
Candent_Tech/
├── backend/
│ ├── controllers/ # Business logic
│ ├── models/ # Database schemas
│ ├── routes/ # API endpoints
│ ├── middleware/ # Auth and validation
│ └── index.js # Entry point
├── frontend/
│ ├── public/ # Static assets
│ ├── src/
│ │ ├── components/ # Reusable UI components
│ │ ├── pages/ # Main application views
│ │ ├── context/ # React context providers
│ │ └── services/ # API integration
│ └── index.html # HTML entry
└── README.md
For any inquiries, reach out to Candent Technologies Pvt Ltd at:
This project is maintained by:
- Siddhesh Raskar
- Manish Sonawane
- Aditya Wanve
- Soham Shriram
© 2025 Candent Technologies Pvt Ltd. All Rights Reserved.