Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

axrav/_driver_analytics

Repository files navigation

Installation

Using Docker

  1. Clone the repository:

    git clone https://github.com/axrav/_driver_analytics
    cd _driver_analytics
  2. Update environment variables:

    • Copy sample.env to .env:

      cp sample.env .env
    • Open .env and update the values according to your configuration.

  3. Ensure Docker and Docker Compose are installed.

  4. Run the following command to start the application:

    docker-compose up

Localhost Installation

  1. Clone the repository:

    git clone https://github.com/axrav/_driver_analytics.git
    cd _driver_analytics
  2. Install dependencies:

    npm install
  3. Configure environment variables:

    • Copy sample.env to .env:

      cp sample.env .env
    • Open .env and update the values according to your configuration.

  4. Run the following command to start the application in production mode:

    npm run prod

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published