Skip to content

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

Notifications You must be signed in to change notification settings

aschmelyun/dices-pizza

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published