Skip to content

vaneath/dmenu-capstone1

Repository files navigation

Dmenu logo

About Dmenu

Dmenu is a service provider application that uses to serve service at restaurant by letting customers to order foods by Qr scanning with their mobile phone. Quick and easy!

Features

  • Admin web application (For developer!)
  • Restaurant owner web application
  • Customer web application

Demo Application

Follow steps below to demo this system:

STEP 1: Clone Project

git clone https://github.com/vaneath/dmenu-capstone1.git

STEP 2: Setup environment

cp .env.example .env

Go into .env and edit your DB_USERNAME and DB_PASSWORD

STEP 3: Install dependencies

composer install
npm install

STEP 4: Link to Public Storage

php artisan storage:link

STEP 5: Migrate database

php artisan migrate
php artisan db:seed

STEP 6: Generate app key

php artisan key:generate

STEP 7: Run DEMNU!!!

You have to open 2 terminals:

Terminal 1

npm run dev

Terminal 2

php artisan serve

Now you can register or login with these 2 credentials:

Admin

Email: [email protected]
Password: password

Restaurant Owner

Email: [email protected]
Password: password

DMENU

About

Dmenu, SCAN & EAT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •