himanshuNegi755 / dineezy

Digital menu and QR code based restaurant management system.

Home Page:https://dineezy.tryar.in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Digital Menu and QR code based Restaurant Management System

HitCount Known Vulnerabilities

dineezy-hero-section

Dineezy is made using these awesome tools

ReactJS - NodeJS - ExpressJS - Socketio

Basic setup requirements

  • Nodejs Version 12 Setup
  • Nginx installation
  • Get Oauth Keys from google Developers Portal
  • Create a MongoDB Atlas Account

Install on VPS ( Digital Ocean, Linode, Vultr etc.)

  • .env of Nodejs

  • .env of Reactjs (client/)


Install using Docker


Development Setup

  • .env of Nodejs
NODE_ENV=production
PORT=8000
CLIENT_URI=http://localhost:3000
CLIENT_ID=""
CLIENT_SECRET=""
COOKIE_KEY=""
MONGO_URI=""
SERVICE_ID=""
ACCOUNT_SID=""
AUTH_TOKEN=""
  • .env of Reactjs (client/)
REACT_APP_BACKEND_API=http://localhost:8001/api
REACT_APP_FRONTEND=http://localhost:3000

About

Digital menu and QR code based restaurant management system.

https://dineezy.tryar.in

License:GNU General Public License v3.0


Languages

Language:JavaScript 78.4%Language:CSS 19.5%Language:HTML 2.0%