QR Dine is a SaaS-based platform that revolutionizes the restaurant dining experience by allowing customers to scan a unique QR code placed on each table to view the menu, place orders, and interact with the restaurant directly from their mobile devices. Restaurant owners can manage multiple branches, tables, menus, and categories through the admin portal, while customers can seamlessly place orders via the client portal.
This platform provides a digital solution to streamline ordering and reduce waiting times, enhancing the overall customer dining experience.
- Multi-Branch Support: Register and manage multiple restaurant branches.
- Menu Management: Add and manage menus, food categories, and items.
- Table Management: Create and manage tables with unique QR codes.
- Order Management: View incoming orders and manage them from the admin portal.
- Subscription Plans: Choose between Free (default), Starter, and Pro versions for more features.
- QR Code Scanning: Scan a unique QR code at the table to access the restaurant’s menu.
- Easy Ordering: Browse the menu and place orders directly from the customer’s device.
- No Wait Staff Needed: Order without needing to call a waiter, enhancing convenience and reducing wait times.
- Basic features for restaurants with limited menus and tables.
- One branch per restaurant.
- Limited order management features.
- Unlock additional features such as more branches and basic analytics.
- Support for more menus and tables.
- Monthly subscription.
- Full access to all features including advanced order management, reporting, and analytics.
- Multiple branches per restaurant.
- Priority customer support.
- Monthly subscription.
- Scan the QR Code: Scan the unique QR code placed on the table.
- View the Menu: Browse through the restaurant’s menu and select the items you want to order.
- Place Your Order: Add items to the cart and submit your order directly from your device.
- Order Confirmation: The restaurant receives the order in real-time via the admin portal.
- Register Your Restaurant: Create an account and register your restaurant(s).
- Add Branches: Register and manage multiple restaurant branches.
- Create Menus: Set up menus with categories (e.g., appetizers, main courses, desserts).
- Assign Tables and QR Codes: Manage tables and generate unique QR codes for each.
- Receive Orders: View and manage orders as they come in from customers.
Authentication.QR.Dine.mp4
QR.Dine.Demo.mp4
- Node.js (for Next.js application)
- Prisma (for database management)
- Stripe (for handling payments)
- Google/Github
Uploading QR Dine Demo.mp4…
Authentication** (optional for login)
- Clone the repository:
git clone https://github.com/Pratish10/qr-dine.git
- Navigate to the project directory:
cd qr-dine
- Create a .env file:
Copy `.env.example` and rename it to `.env`.
- Install dependencies:
yarn install
- Set up Prisma and run the database migrations:
npx prisma migrate dev
- Start the development server:
yarn dev
Below is the UML Diagram of the project
Use the following test card numbers to simulate payments in Stripe during development. These card numbers are for test mode only and will not result in real charges.
Card Number | Card Type | Description |
---|---|---|
4000 0035 6000 0008 | Visa | Successful payment |
- Expiry Date: Use any future date
- CVV: Use any 3-digit number
- These card numbers only work in Stripe's test mode.