-
Clone the repository
-
Install dependencies with composer and npm or yarn:
$ composer install && yarn install
-
Create a new database named
invoice-creation -
Create a .env and copy the provided .env.example file to it, using your own
DB_USERNAMEandDB_PASSWORDif required. -
Run
php artisan key:generate -
Run
phpunit, all tests should pass -
Run
php artisan migrate:fresh --seedto create a customer and three products -
Start a local web server with
php artisan serve --port=8001or Valet -
Enjoy!
This application uses Laravel.