Skip to content

indianbill007/globussoft-crm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Globussoft CRM

A modern, premium Customer Relationship Management system built with React, Vite, and Node.js. This application provides essential tools for managing contacts, tracking sales pipelines, and visualizing core metrics—all modeled after the world's top CRM platforms.

✨ Key Features

  • Authentication & Dashboard: Secure access with a premium, glassmorphism-styled dashboard layout.
  • Contact & Lead Management: 360-degree view of your clients and prospects with dynamic filtering.
  • Sales Pipeline: visual Kanban board to track deals across different lifecycle stages.
  • Premium Aesthetics: Custom design system built on Vanilla CSS for enhanced performance and visual wow-factor.

🛠 Tech Stack

  • Frontend: React.js, Vite, React Router, Lucide Icons, Vanilla CSS
  • Backend: Node.js, Express.js, REST API Architecture

🚀 Getting Started

Follow these instructions to start both the frontend and backend development servers.

1. Backend Setup

  1. Open a terminal and navigate to the backend directory:
    cd backend
  2. Install dependencies:
    npm install
  3. Start the Express server:
    npm run dev
    The API will run on http://localhost:5000

2. Frontend Setup

  1. Open a new terminal and navigate to the frontend directory:
    cd frontend
  2. Install dependencies:
    npm install
  3. Start the Vite development server:
    npm run dev
    The UI will run on http://localhost:5173 (or as output by Vite).

🔒 Demo Credentials

📝 Next Steps (Roadmap)

  • Database schema integration (PostgreSQL or MongoDB).
  • Real-time notifications and socket.io integration.
  • Advanced reporting logic for dashboards.

About

A modern, open-source Customer Relationship Management (CRM) system designed to streamline your business operations. Track leads, manage contacts, automate sales pipelines, and analyze customer interactions in one centralized dashboard. Built for scalability and performance, this CRM empowers teams to build stronger relationships and drive growth.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 91.3%
  • CSS 7.8%
  • HTML 0.9%