Skip to content

Syafwan000/noshi-wedding-invitation

Repository files navigation

NoShi Logo

Digital Wedding Invitation with QR Code

A web-based digital wedding invitation with a charming Nobita and Shizuka theme. Implements QR code scanning for efficient guest attendance tracking and management.

Features

  • Responsive
  • Guestbook
  • Admin Panel (manage guestbook response, invitation ticket and QR Code Scanner)
  • Invitation ticket with QR Code
  • QR Code Scanner

Installation

  1. Clone the project

      git clone https://github.com/Syafwan000/noshi-wedding-invitation
  2. Go to the project directory

      cd noshi-wedding-invitation
  3. Add .env file

      cp .env.example .env
  4. Install dependencies

      composer install
      npm install
  5. Seeding the data

       php artisan db:seed
  6. Start the server or build

      npm run dev
      npm run build
    
      php artisan serve

Access Admin Panel

Run seeding data first to access admin panel

Username Password
admin password

License

This project is licensed under the MIT License. See the LICENSE file for details.

Releases

No releases published

Packages

No packages published