https://github.com/ramankishore08/crm-mern-stack
A Customer Relationship Management (CRM) application is an essential tool for modern businesses seeking to streamline their operations, improve customer relationships, and boost sales
https://github.com/ramankishore08/crm-mern-stack
firebase mern-stack mongodb onrender-deploy react vercel-deployment
Last synced: about 1 year ago
JSON representation
A Customer Relationship Management (CRM) application is an essential tool for modern businesses seeking to streamline their operations, improve customer relationships, and boost sales
- Host: GitHub
- URL: https://github.com/ramankishore08/crm-mern-stack
- Owner: RamanKishore08
- Created: 2024-11-08T04:21:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-10T06:15:48.000Z (about 1 year ago)
- Last Synced: 2025-02-10T07:24:23.070Z (about 1 year ago)
- Topics: firebase, mern-stack, mongodb, onrender-deploy, react, vercel-deployment
- Language: JavaScript
- Homepage: https://crm-sales-app.vercel.app/
- Size: 415 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRM Application





---
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
```bash
git clone https://github.com/RamanKishore08/CRM-MERN-Stack.git
```
### Open file directory
```bash
cd CRM-MERN-Stack
```
### Open Frontend
```bash
cd frontend
```
### Install necessary libraries
```bash
npm install axios firebase react-chartjs-2
```
### Run Frontend
```bash
npm start
```
### Open Backend
```bash
cd backend
```
### Install Backend lib
```bash
npm install express mongoose body-parser cors dotenv nodemon
```
### Run the Server
```bash
node server.js
```
# SCREENSHOTS
### Login page with firebase authentication

### Form Page where user enter sales data

### Sales Data stored in Mongodb anḍ displayed

### Can Upadate and delete data(CRUD)

### Displays Profit and Chart using Chart.js library


### Mongodb Storage
