- Realtime Pizza & Kebab Ordering Web Application 🍕🍕
- clone the repo and cd into it
composer install
- copy
.env
file - Enter your database credentials in your
.env
file php artisan migrate
npm install
npm run dev
php artisan serve
or use Laravel Valet- Visit localhost:8000 in your browser
- User can order a new pizza or kebabs anonymously. Staff members can register themselves and login as admin, check the order status update & processed it in realtime!