Skip to content

Latest commit

 

History

History
83 lines (68 loc) · 4.14 KB

README.md

File metadata and controls

83 lines (68 loc) · 4.14 KB

Restaurant POS and Website

alt text

Built with these:

HTML5 CSS3 MySQL Php JavaScript

Using: Php 7.4

Features:

  • Customer Side (customerSide Folder): Stores the website and allows customers to:
    • Make reservations
    • Register for accounts
    • View profile points
  • Staff Side (adminSide Folder): Stores the panels and allows staff to:
    • Take orders
    • Send orders to the kitchen
    • Process payments
    • Print receipts
    • Manage CRUD operations
    • View user preferences
    • Download reports
    • View charts and graph

Steps to run the project locally for Netbeans Manually:

  1. Open XAMPP, start Apache and MySQL.
  2. Create a new project named RestaurantProject.
  3. Delete the index.php file.
  4. Copy all the folders and files (adminSide, customerSide, index.php, and restaurantDB.txt) into the Source Files directory.
  5. Make sure there is no database named restaurantdb.
  6. Run the project.

Example accounts

Role Email Password
Customer dadsvawvid@gmail.com david4pass
Customer zoe@gmail.com passworddef
Customer jackie@gmail.com passwordstu
Staff 1 password123
Staff 10 davidpa2ss
Staff 7 robertpass
Admin 99999 12345

Screenshots

alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text

Contributors

Name Github
Bryan https://github.com/BryanTheLai
Yong https://github.com/ahhyang
Kevin https://github.com/kevin07212004