#Pizza store
##Description
This test assignment uses Laravel, mysql and jquery.
The pizza store contains multiple product categories (each has its own page)
On the main page there are popular products
Each product has price, description, some images
There is a possibility to place an order for unregistered user
The delivery price and session variables can be set at .env file
Fields at checkout can be added without modifying database structure. order_properties
table contains those fields.
Also currencies selector available
##Install
- create mysql database
- copy .env.example to .env
- add database settings
- composer install
- npm install
- npm run prod
- php artisan migrate
- php artisan db:seed