Restaurant System
Uni group project, used vanilla PHP to simulate a restaurant system
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
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:
- Basic use of Auth: Login/Session
- PHP file structure : Basic file structuring
- CRUD : Create/Read/Update/Delete using vanilla PHP