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

MananTaneja/AGS

Repository files navigation

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