Fatma-Tawfeek / food-ordering-system-laravel

Food ordering system using Laravel 8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zeem - Food Ordering System

Zeem is a multilingual food ordering system that supports both English and Arabic. This project allows users to add meals, book them for certain periods, manage orders, users, and website settings.

Features

  • Multilingual Support: Available in both English and Arabic.
  • Meal Management: Admins can add meals and set availability periods for booking.
  • Order Management: Manage customer orders efficiently.
  • User Management: Admin functionalities to manage user accounts.
  • Website Settings: Customize and manage website settings.

Technologies Used

  • Backend: Laravel
  • Frontend: HTML, CSS, JavaScript

Screenshots

Homepage

Meal Management

Order Management

Installation

Follow these steps to set up the Zeem project on your local machine:

  1. Clone the repository:

    git clone https://github.com/yourusername/zeem.git
    
  2. Navigate to the project directory:

    cd zeem
    
  3. Install the dependencies:

    composer install
    npm install
    
  4. Generate an application key:

    php artisan key:generate
    
  5. Set up the database:

    npm run dev
  6. Compile the assets:

    php artisan migrate
  7. Serve the application:

    php artisan serve

About

Food ordering system using Laravel 8


Languages

Language:Blade 52.8%Language:PHP 46.8%Language:Slash 0.4%