aschmelyun / dices-pizza

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:PHP 47.2%Language:JavaScript 39.7%Language:Blade 13.1%Language:CSS 0.0%