The goal of this project was to build a quote wizard with the following functionality
- Ability to create products
- Ability to create and edit quotes
- Ability to assign and remove products on a quote
- Ability to email the quote to an external email.
- CRON that runs daily to make summarys of the days quotes
- run
composer install - run
npm install - setup your
.envfile - run
php artisan migrate --seed - start your webserver pointing at the public folder OR run
php artisan serve