/virtual-management

This project is a desktop application for managing restaurant operations, developed using Electron.

Primary LanguageVue

🍽️ Restaurant Management Desktop System

This project is a desktop application for managing restaurant operations, developed using Electron. The system provides features to manage orders, menu items, and customer information, making it easier for restaurant staff to operate efficiently.

📋 Features

  • Order Management: Create, view, and manage customer orders.
  • Menu Management: Add, edit, and remove menu items.
  • Customer Management: Keep track of customer details and order history.
  • User-friendly Interface: Intuitive design for easy navigation and operation.

⚙️ Technologies Used

  • Electron: Framework for building cross-platform desktop applications.
  • Vue.js: Progressive JavaScript framework for an interactive user interface.
  • Node.js: Server-side JavaScript runtime for backend operations.

Como executar

Instalando dependencias

npm install
npm i @vue/cli-plugin-babel -D

Inicinado Node.js

node src/server/app.js

Inicinado Vue.js

cd frontend
npm run serve

Iniciando Electron

// Diretório Raiz
npm run electron:serve