https://github.com/messsimo/rondo_cafe
Web for cafe "Rondo Lounge Cafe"
https://github.com/messsimo/rondo_cafe
admin-panel crud css e-commerce html javascript js laravel php responsive restaurant
Last synced: 9 months ago
JSON representation
Web for cafe "Rondo Lounge Cafe"
- Host: GitHub
- URL: https://github.com/messsimo/rondo_cafe
- Owner: messsimo
- Created: 2024-08-09T13:22:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T08:34:29.000Z (over 1 year ago)
- Last Synced: 2025-04-06T06:23:05.652Z (about 1 year ago)
- Topics: admin-panel, crud, css, e-commerce, html, javascript, js, laravel, php, responsive, restaurant
- Language: PHP
- Homepage:
- Size: 53.9 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Rondo Lounge Cafe
Rondo Lounge Cafe is an interactive CRUD application for a restaurant in Chisinau, Republic of Moldiova.
## The project includes:
- CRUD functionality: Ability to add, view, update, and delete product information.
- Adaptation: Full adaptation from the 1920px to the 360px.
- Home page: CRUD selection from the database that shows all products and categories.
- Shopping Cart: Functions to add, view, update, and delete products from the cart.
- Admin Panel: You can view new orders and their details, and manage all restaurant products.
## Installation
1. Clone the repository:
```
git clone https://github.com/messsimo/rondo_cafe.git
```
2. Go to the project directory:
```
cd repository
```
3. Install Composer:
```
composer install
```
3. Setting up the .env file:
```
cp .env.example .env
```
3. Running Migrations:
```
php artisan migrate
```
3. Starting the server:
```
php artisan serve
```
## Technologies
- HTML
- CSS
- JavaScript
- PHP
- Laravel
- mySQL
- Git
## Screenshots