A restaurant ordering application that allows customers to place orders and restaurant managers to manage their menu and orders.
-
Client Interface
- Menu Browsing: Ability to view detailed menus from different restaurants.
- Order Placement: Functionality for placing orders with specific menu items.
- Order History and Tracking: Customers can view their past orders and track current orders.
-
Restaurant Manager Interface
- Menu Management: Add, update, or remove menu items.
- Order Processing: View and manage incoming orders and their statuses.
- Order History: View past orders and their details.
- Node version 20.x.x
- Clone the repository
git clone https://github.com/klearliu/Restaurant-App.git
- Start the server
npm i
npm start
- Start the client
npm i
npm start