Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 850 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 850 Bytes

IBBACH

Installation

After dowloading, run the command below, it will directly install the dependencies for composer and NPM and will also create the .env file and generates de app key.

  npm run setup

Run the migrations

  php artisan migrate

Run the database seeder

The seeder will store some base data to the database

   php artisan db:seed 

Compile js and css files

  npm run dev || npm run watch

Run the server and everything should be working

  php artisan serve

License

Authors: Miguel Ardón, Kevin Chacón, Fredy Alvarez, Cesar Escobar. 2022. Laravel MIT license.