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!
- Admin web application (For developer!)
- Restaurant owner web application
- Customer web application
Follow steps below to demo this system:
git clone https://github.com/vaneath/dmenu-capstone1.gitcp .env.example .env
Go into .env and edit your DB_USERNAME and DB_PASSWORD
composer install
npm installphp artisan storage:linkphp artisan migrate
php artisan db:seedphp artisan key:generateYou have to open 2 terminals:
Terminal 1
npm run dev
Terminal 2
php artisan serveNow you can register or login with these 2 credentials:
Email: admin@gmail.com
Password: password
Email: owner@gmail.com
Password: password
