Rondo Lounge Cafe is an interactive CRUD application for a restaurant in Chisinau, Republic of Moldiova.
- 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.
- Clone the repository:
git clone https://github.com/messsimo/rondo_cafe.git
- Go to the project directory:
cd repository
- Install Composer:
composer install
- Setting up the .env file:
cp .env.example .env
- Running Migrations:
php artisan migrate
- Starting the server:
php artisan serve
- HTML
- CSS
- JavaScript
- PHP
- Laravel
- mySQL
- Git