Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 956 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 956 Bytes

menu-app

Responsive online menu app and admin panel skeleton for restaurants

Installation

Ensure nodejs is installed on your system

npm install
node server.js

Do not forget to create .env file. Example can be found at the bottom of the page


Project Images

More images can be found under 'project-images' folder

Admin panel

drawing

Home Page Mobile View

drawing drawing

Example .env file

This file should be placed inside root folder

PORT = 3003

MONGO_URI = mongodb://localhost:27017

TOKEN_KEY = exampleTokenKey