🍽️ Lobby Pedidos — Order Management System
🚀 Overview
Lobby Pedidos is an order management system with a full-stack architecture, separating a Java backend from a modern web frontend. It provides a complete interface for managing orders, enabling efficient control of operations in restaurants, snack bars, or food establishments.
🎯 Value Proposition
- Order Management: Complete system for order control
- Full-Stack Architecture: Backend and frontend separated
- Robust Backend: Java with Maven
- Modern Interface: Responsive frontend
- Simplified Deploy: Automated build scripts
🏗️ Tech Stack
Backend
- Java – Main language
- Maven – Build tool and dependency management
- Spring Boot (likely) – Enterprise framework
- Database – Data persistence
Frontend
- HTML/CSS/JavaScript – Modern web stack
- Responsive UI – Adaptive design
- Web Technologies – Full web application
Infrastructure
- Build Scripts: PowerShell and Shell scripts
- DNS Configuration: DNS setup scripts
- Icon Management: App icon generation
- Build Automation: Automated build scripts
📁 Project Structure
Lobby-pedidos/
├── .mvn/ # Maven configs
├── META-INF/ # App metadata
├── backend/ # Java backend
├── frontend/ # Frontend app
├── icon/ # App icons
├── README-BUILD.md # Build documentation
├── SOLUCAO-DNS.md # DNS configuration solution
├── build.ps1 # PowerShell build script
├── build.sh # Shell build script
├── configure-dns.ps1 # DNS config (PowerShell)
├── configure-dns.sh # DNS config (Shell)
└── create-icon.ps1 # Icon creation
🎯 Key Features
1. Order Management
- Order Creation: UI to create new orders
- Tracking: Real-time order status
- History: Full order log
- Reports: Sales analysis
2. Operations Control
- Order Status: Lifecycle tracking
- Notifications: New-order alerts
- Table Management: Control of tables and service
3. Infrastructure
- Automated Build: Scripts for full build
- DNS Configuration: Tools for DNS setup
- Icon Management: Icon creation/application
- Cross-platform: Scripts for Windows (PowerShell) and Linux/Mac (Shell)
🚀 Build & Deploy
Build with PowerShell
.\build.ps1
Build with Shell
./build.sh
DNS Configuration
# Windows
.\configure-dns.ps1
# Linux/Mac
./configure-dns.sh
DNS Check
.\check-dns.ps1
🛠️ Skills Demonstrated
- Java – Backend development
- Maven – Build automation
- Full-Stack Development – Backend and frontend
- Scripting – PowerShell and Shell scripts
- DevOps – Automated build and deploy
- Order Management – Complex business logic
- Software Architecture – System design
- Database – Data persistence
📝 Conclusion
Lobby Pedidos demonstrates full-stack development focused on order and operations control for food-service businesses. The project includes full build/deploy automation and infrastructure configuration tools.
Built with ❤️
Order management system built to optimize operations in food establishments.