Skip to content

Latest commit

 

History

History
77 lines (57 loc) · 2.33 KB

README.md

File metadata and controls

77 lines (57 loc) · 2.33 KB

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