https://github.com/klearliu/restaurant-app
[COMPLETED] A FULL STACK MERN project that contains users and management interfaces. Users can place orders on food, while managements can approve orders and modify their food items.
https://github.com/klearliu/restaurant-app
Last synced: about 1 month ago
JSON representation
[COMPLETED] A FULL STACK MERN project that contains users and management interfaces. Users can place orders on food, while managements can approve orders and modify their food items.
- Host: GitHub
- URL: https://github.com/klearliu/restaurant-app
- Owner: klearliu
- Created: 2024-04-17T19:59:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T20:46:24.000Z (about 2 years ago)
- Last Synced: 2025-01-08T02:35:33.077Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Restaurant-app
A restaurant ordering application that allows customers to place orders and restaurant managers to manage their menu and orders.
# Features
- 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.
# Prerequisites
- Node version 20.x.x
# Getting Started
- Clone the repository
```shell
git clone https://github.com/klearliu/Restaurant-App.git
```
- Start the server
```shell
npm i
npm start
```
- Start the client
```shell
npm i
npm start
```












