Sistema de Restaurante es una aplicación full-stack desarrollada por
karin27-06, PabloLupuX y Jefferson0k,
utilizando Laravel 12, Vue.js y la librería de componentes PrimeVue para la interfaz de usuario, con base de datos PostgreSQL.
🔗 Repositorio: https://github.com/Jefferson0k/restaurant
- ⚙️ PHP >= 8.1
- 📦 Composer
- 📟 Node.js y npm
- 🐘 PostgreSQL
-
🔽 Clonar el repositorio:
git clone https://github.com/Jefferson0k/restaurant.git cd restaurant
-
📄 Copiar archivo de entorno:
cp .env.example .env
-
📥 Instalar dependencias PHP:
composer install
-
📥 Instalar dependencias frontend:
npm install
-
🔐 Generar llave de la aplicación:
php artisan key:generate
-
⚙️ Configurar la base de datos en
.env
:DB_CONNECTION=pgsql DB_HOST=127.0.0.1 DB_PORT=5432 DB_DATABASE=your_database_name DB_USERNAME=your_database_user DB_PASSWORD=your_database_password
-
🗄️ Ejecutar migraciones y seeders (si aplican):
php artisan migrate --seed
-
🎨 Compilar assets frontend:
npm run dev
-
🚀 (Opcional) Levantar servidor local:
php artisan serve
La interfaz está construida con Vue.js y utiliza PrimeVue para componentes modernos y responsivos.
This project is protected under the
Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) license.
You are welcome to study, use, and adapt this code strictly for non-commercial purposes.
Any commercial use, distribution, or reproduction without explicit, prior written consent from the authors is strictly prohibited.
Please review the full terms and conditions in the LICENSE file to ensure compliance.
✨ Thank you for checking out the project!