ConsultancyProject_2_ETL/dashboard/README.md

395 B

Install

Prerequisites

Configuration & installation

  • Make a copy of the .env.example to .env
  • Run the following commands:
composer install && php artisan key:generate && npm i

Run server

composer run dev