A full-stack food ordering web application built using PHP and the MVC (Model-View-Controller) architecture. This app allows users to browse food items, add them to a cart, place orders, and view order history. It also includes user authentication and a basic admin dashboard.
- π User Authentication β Login & signup system with session management.
- π Food Ordering System β Browse menus, add to cart, and checkout.
- π¦ Order History β View previous orders.
π οΈ Admin Side
- Admin dashboard
- View all orders
- Update order statuses
- PHP β Backend development
- MySQL β Database
- HTML/CSS β Front-end
- JavaScript β Basic interactivity
- MVC Architecture β Organizing codebase cleanly
- Clone the repository
git clone https://github.com/Brooktek/restaurant.git cd restaurant