Skip to content

PrasongDev/Laravel-Restaurant-POS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Restaurant POS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 72.5%
  • Vue 24.6%
  • HTML 2.8%
  • Other 0.1%