copyhold / mydev-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Star Wars charactgers and spieces

Implemented as a test task for my-dev

How to install and run

  • Fetch the repo using your favorite chain
  • composer install
  • create the database and set the connection credentioals in the .env file
  • seed the database by running ./artisan migrate:fresh --seed
  • change to the star-wars directory
  • run the npm install or yarn to fetch all required node_modules
  • compile the angular component by running ng build (the compiled files will be stored in the laravel public/js folder)
  • switch back to the laravel root and run the php artisan serve

Let the force be with you

About


Languages

Language:PHP 76.6%Language:TypeScript 16.7%Language:HTML 5.0%Language:Blade 1.0%Language:Shell 0.7%