A Customer Relationship Management (CRM) application is developed using the MERN stack to manage sales data efficiently. It enables tracking, Excel report generation, and trend visualization. This enhances decision-making and boosts business growth.
Run Backend first, then start Frontend.
git clone https://github.com/RamanKishore08/CRM-MERN-Stack.git
cd CRM-MERN-Stack
cd frontend
npm install axios firebase react-chartjs-2
npm start
cd backend
npm install express mongoose body-parser cors dotenv nodemon
node server.js