Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexhiriavenko/restaurant-vue


https://github.com/alexhiriavenko/restaurant-vue

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Restaurant. Vue3 Composition API. Frontend.

## Описание

- Тема: Платформа для автоматизации ресторана
- Функционал: заказы блюд, бронирования столиков, аналитика, формирование и отправка отчетов, real-time уведомления.

## Project URL

1. Клиетская часть

- production: https://alexhiriavenko.github.io/Restaurant-Vue/
- develop: http://localhost:5173/Restaurant-Vue/

2. Админ панель

- production: https://restaurant-laravel-production.up.railway.app/
- develop: http://localhost:8080/ или https://localhost:8443/

## Frontend чать

- клиентская часть реализована в репозитории [Restaurant-Vue](https://github.com/AlexHiriavenko/Restaurant-Vue) и запускается на http://localhost:5173/Restaurant-Vue/ (адрес задан жестко если этот порт занят будет ошибка);
- админ панель реализована на Laravel Blade шаблонах и доступна по url: http://localhost:8080/ (ветка main) ; https://localhost:8443/ (ветка ws) .

## Переменные окружения

- VITE_BASE_URL=http://localhost:8080/api/ для ветки main
- VITE_BASE_URL=https://localhost:8443/api/ для ветки ws
- VITE_PUSHER_APP_KEY= значение это ваш апи кей предоставленный [pusher](https://pusher.com/)

## Более подробную инфо смотрите [тут](https://github.com/AlexHiriavenko/Restaurant-Laravel)