/dices-pizza

Example pizza tracking app built with Laravel, React, and Inertia.js

Primary LanguagePHP

Dice's Pizza

This is an example pizza tracking app built with Laravel, React, and Inertia.js to demonstrate automatic polling and live reloads.

Getting Started

Clone this repo and run the following commands to install the dependencies and start up the development environment:

  • cp .env.example .env
  • composer install
  • npm install
  • php artisan migrate --force
  • php artisan db:seed
  • php artisan serve
  • npm run dev

Once you've opened your browser to the application, you can use the register link to create an account and view the seeded pizza orders.