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