Skip to content

🍽️ Restaurant Website - A dynamic e-commerce platform built with PHP, CSS, HTML, and MySQL. Features include an extensive menu 🍝, advanced search πŸ”, online ordering πŸ›’, secure customer authentication πŸ”’, and a comprehensive admin panel for managing orders and reservations πŸ§‘β€πŸ³.

Notifications You must be signed in to change notification settings

SandunLB/Restaurant-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Restaurant Website

A simple restaurant website built using PHP, CSS, HTML, and MySQL.

Features

  • Display menu items
  • Search by categories
  • Table reservations
  • User authentication
  • Admin panel for managing menu and reservations

Technologies Used

  • PHP
  • HTML
  • CSS
  • MySQL

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/restaurant-website.git
  2. Navigate to the project directory:

    cd restaurant-website
  3. Import the MySQL database:

    • Create a database named restaurant_website.
    • Import the database.sql file:
      mysql -u your-username -p restaurant_website < sql/database.sql
  4. Configure the database connection:

    • Open config.php.
    • Update the database details:
      define('DB_SERVER', 'localhost');
      define('DB_USERNAME', 'your-username');
      define('DB_PASSWORD', 'your-password');
      define('DB_NAME', 'restaurant_website');
  5. Start the local development server:

    php -S localhost:8000
  6. Open your browser and go to:

    http://localhost:8000
    

About

🍽️ Restaurant Website - A dynamic e-commerce platform built with PHP, CSS, HTML, and MySQL. Features include an extensive menu 🍝, advanced search πŸ”, online ordering πŸ›’, secure customer authentication πŸ”’, and a comprehensive admin panel for managing orders and reservations πŸ§‘β€πŸ³.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published