Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.

Restaurant POS

Notifications You must be signed in to change notification settings

G4brym/Laravel-Restaurant-POS

Repository files navigation

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