Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 803 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 803 Bytes

Advanced Analytics Dashboard for E-commerce Transactions

Prerequisites

Before you begin, ensure you have the following installed on your local machine:

  • Node.js (version 14.x or higher recommended)
  • npm (version 6.x or higher recommended) or yarn (optional)

Installation and Setup

Follow these steps to get your project up and running:

  1. Clone the repository:

    git clone https://github.com/prashantrrai/Dhiwise-Backend.git
    
    cd Dhiwise-Backend
    
  2. Install dependencies:

    npm install
    
  3. Run the Project:

    npm start
    

Environment Configuration

Create a new file named .env and copy-paste the contents from the .env.example file to set-up the environment configurations

Authors