ramartins02 / DREFleet

Repositório para gestão de frotas da DRE
0 stars 0 forks source link

Basic Installation and Config

  1. Download dependency manager tools:

  2. Clone repository;

  3. Install project depencies inside laravel directory:

    • npm install
    • composer install
  4. Include composer nodejs and php in the system environment variables;

  5. Copy .env.example file to .env and:

    • fill database information;
    • on the laravel dir, run php artisan key:generate to generate aplication key (APP_KEY);
  6. Run database migrations with php artisan migrate;

  7. Run servers:

    • backend: php artisan serve
    • frontend: npm run dev

Updated Entity Relationship Diagram

Diagrama Relações