HagaiRaja / qrGuestBook

Solution to long queue on big event check-in desk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:CSS 86.5%Language:Blade 7.3%Language:PHP 6.0%Language:JavaScript 0.1%Language:SCSS 0.0%Language:Shell 0.0%Language:Vue 0.0%