Hello Guys So we had a project where we need to create a DBMS. So we dicided to go with Food Ordering System. We named it HungryHub.
INTRODUCTION:
Welcome to HungryHub, the future of online dining! This project is a dynamic and user-friendly solution for ordering delicious meals online. Developed using HTML, CSS, PHP, and a relational database management system (DBMS), HungryHub aims to streamline the food ordering process and enhance the dining experience.
- Book Table: Reserve a table by providing your name, phone number, email, number of persons, and preferred date.
- Cart: Add items to your cart, including details such as item name, description, and price.
- Customer: Create and manage your customer account with details like first name, last name, email, phone number, username, and password.
- Menu: Explore the available food options with information on food name, description, and price.
- All Sales: Track all sales with details on the item, description, and price.
- BOOKTABLE
- CART
- CUSTOMER
- MENU
- ALL_SALES
- ID
- NAME1
- PHONE
- PERSONS
- DATE1
- ITEM
- DESCRIP
- PRICE
- ID
- FIRSTNAME
- LASTNAME
- PHONE
- USERNAME
- PASSWORD
- FNAME
- DESCRIP
- PRICE
- ITEM
- DESCRIP
- PRICE
- Clone the repository:
git clone https://github.com/yourusername/hungryhub.git
- Set up your development environment.
- Configure the database connection in the PHP files.
- Run the project locally.
If you'd like to contribute to HungryHub, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature/new-feature
- Make your changes and commit:
git commit -m 'Add new feature'
- Push to your branch:
git push origin feature/new-feature
- Open a pull request.
SCREENSHOT OF WEBSITE:
HOW TO INSTALL AND RUN:
BASIC INSTALLATION STEPS OF VS CODE AND XAMPP:
-
DOWNLOAD VS CODE: GO TO THE OFFICIAL VISUAL STUDIO CODE WEBSITE AT HTTPS://CODE.VISUALSTUDIO.COM/DOWNLOAD AND CLICK ON THE "DOWNLOAD FOR [YOUR OPERATING SYSTEM]" BUTTON.
-
INSTALL VS CODE: ONCE THE INSTALLER IS DOWNLOADED, RUN THE INSTALLER AND FOLLOW THE ON-SCREEN INSTRUCTIONS FOR YOUR SPECIFIC OPERATING SYSTEM (WINDOWS, MACOS, OR LINUX).
XAMPP:
-
DOWNLOAD XAMPP: VISIT THE OFFICIAL XAMPP WEBSITE AT HTTPS://WWW.APACHEFRIENDS.ORG/INDEX.HTML AND DOWNLOAD THE VERSION SUITABLE FOR YOUR OPERATING SYSTEM (WINDOWS, MACOS, OR LINUX).
-
RUN THE INSTALLER: ONCE THE INSTALLER IS DOWNLOADED, RUN IT TO START THE INSTALLATION PROCESS.
-
FOLLOW INSTALLATION WIZARD: THE XAMPP INSTALLATION WIZARD WILL GUIDE YOU THROUGH THE INSTALLATION PROCESS. FOLLOW THE ON-SCREEN INSTRUCTIONS. YOU MAY BE PROMPTED TO CHOOSE COMPONENTS TO INSTALL; TYPICALLY, APACHE, MYSQL, AND PHP ARE SELECTED BY DEFAULT.
For Detailed Description and Explanation see:
https://github.com/Ahmed-html-69/Food-Ordering-System-DBMS/blob/main/DBMS%20Project%20Report.docx