RamiSJ12 / Laravel-Restaurant-POS

Restaurant POS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restaurant POS

This was a school project, with the objective of connecting the tasks of a waiter, cooker, cashier and manager from a restaurant into a single system. Live refresh is provided through sockets throughout the entire app.

Tecnologies used

  • Laravel (API backend)
  • VueJS (Frontend)
  • Sockets (responsible for live refreshes)
  • Docker (Deployment)

Docker

In order to run with Docker, you may run with the current files and add the environment variables yourself, or you may edit the file .env.prod with your own values.

Install DB

  • php artisan migrate
  • php artisan db:seed
  • php artisan passport:install

Demo

Waiter Waiter

Cooker Cooker

Cashier Cashier

Manager

Restaurant Performance Restaurant Performance

Meals Meals

Users Users

Menu Items Menu Items

Developers

About

Restaurant POS


Languages

Language:PHP 72.4%Language:Vue 24.5%Language:Blade 2.8%Language:Shell 0.2%Language:Dockerfile 0.1%