This MERN stack application integrates third-party product transaction data, offering features like transaction listing, sales statistics, and visualizations (bar and pie charts). Built with Node.js, Express, MongoDB, React, and Tailwind CSS, it provides an interactive interface for efficient data analysis.
How to Start Backend Setup
Clone the Repository: ```bash git clone https://github.com/omrajepatil/sales-statistics-dashboard.git
Navigate to the Backend Directory: cd backend
Install Dependencies Install the required dependencies for the backend.
npm install
Start the Backend Server: ```bash node index.js
Frontend Setup