Skip to content

Solution to long queue on big event check-in desk

Notifications You must be signed in to change notification settings

HagaiRaja/qrGuestBook

Repository files navigation

Convite -- QR Guest Book App

Business Application

Some companies have commercialized this system on wedding and general events as their quest book technology.

For you, it's free :)

Demo

MP4 demo version can be accessed here

Video Demo

Built Using

  • PHP 7.4
  • Laravel 8 (PHP ^7.3.0)
  • Node v14.18.2
  • AdminLTE 3

Installation

  1. Clone the repository with git clone and cd into the directory
git clone https://github.com/HagaiRaja/qrGuestBook.git
cd qrGuestBook
  1. Copy .env.example file to .env
  2. Edit database credentials in .env
  3. Run composer install
  4. Run npm install
  5. Run npm run dev or npm run prod for production
  6. Run npm run watch *optional, only to auto update UI when development
  7. On new tab, run php artisan key:generate
  8. Run php artisan migrate
  9. Run php artisan db:seed
  10. Run php artisan storage:link
  11. Run php artisan serve (if you want to use other port add --port=90)

How to Use

Will write as soon as needed, let me know if you want it :)

Credits

Thanks to nimiq/qr-scanner for the awesome QR-Scanner Library

About

Solution to long queue on big event check-in desk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published