Skip to content
This repository has been archived by the owner on Jul 4, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 309 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 309 Bytes

QR Based Ordering App for Restaurants

A solution that leverages user's phone camera to order in the restaurant!

Commands to setup

  1. Install dependencies in root folder and client-web folder using:
    npm install
    
  2. To run both front end and server together
    npm run dev