Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexhiriavenko/restaurant-vue
https://github.com/alexhiriavenko/restaurant-vue
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexhiriavenko/restaurant-vue
- Owner: AlexHiriavenko
- Created: 2024-11-09T18:39:56.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-26T14:46:12.000Z (about 1 month ago)
- Last Synced: 2024-12-26T15:32:26.329Z (about 1 month ago)
- Language: Vue
- Size: 3.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)