GitHunt
RA

RamanKishore08/CRM-MERN-Stack

A CRM application using the MERN stack simplifies sales data management. It offers real-time tracking, Excel report generation, and trend visualization. This enables data-driven decisions and improves business performance. The solution helps boost sales and drive growth.

CRM Application

React
Express.js
Node.js
MongoDB
Chart.js


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.


🛠️ Local Setup

Run Backend first, then start Frontend.

Clone the Repository

git clone https://github.com/RamanKishore08/CRM-MERN-Stack.git

Open file directory

cd CRM-MERN-Stack

Open Frontend

cd frontend

Install necessary libraries

npm install axios firebase react-chartjs-2 

Run Frontend

npm start

Open Backend

cd backend

Install Backend lib

npm install express mongoose body-parser cors dotenv nodemon

Run the Server

node server.js

SCREENSHOTS

Login page with firebase authentication

image

Form Page where user enter sales data

image

Sales Data stored in Mongodb anḍ displayed

image

Can Upadate and delete data(CRUD)

image

Displays Profit and Chart using Chart.js library

image

image

Mongodb Storage

image