Skip to content

Webapp that allows Restaurant owners to create their own menu and share it with the public with a QR code

License

Notifications You must be signed in to change notification settings

antonio8101/Qr-menu

Repository files navigation

QR-menu

Laravel Logo

About the project

QR-menu is Web App that allows Restaurant owners to create their own menù and share it with the public with a QR code. The project is based on laravel.

Set up the projects

QR-menu is Web App based on Laravel and React framework, so to run the project in the dev environment you must first install the dependencies of the project.

composer install
npm install

Provide a valid configuration for the database into .env file just created.

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=qrmenudb
DB_USERNAME=user
DB_PASSWORD=password

Run the command :

php artisan qrmenu:init

Then finally all the dependencies are installed, and all initial steps are done. Now run the following commands:

npm run privatearea-build
npm run build

And then finally start the project:

php artisan serve

If you then need to work on privatearea you must run the command:

npm run privatearea-run

QR-menu is based on Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

About

Webapp that allows Restaurant owners to create their own menu and share it with the public with a QR code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published