Restaurant System

Uni group project, used vanilla PHP to simulate a restaurant system

Source Code

Technologies : PHP, MySQL, HTML/CSS

A simple PHP web app for a Uni assignment (Group Project).

Main Features:

  • Rich main menu
  • Admin Menu
  • Basic Create/Read/Delete/Update functions to Menu items & etc
  • Complete ordering system
  • Search function
Classic main menu
A glimpse of the admin panel and Order Menu

Honestly just a simple web app, could probably rebuild this using Django + Bootstrap (in the near future - if I’m not lazy).

To be added:

  • Rebuild in Django

What I learnt:

  1. Basic use of Auth: Login/Session
  2. PHP file structure : Basic file structuring
  3. CRUD : Create/Read/Update/Delete using vanilla PHP