A web-based digital wedding invitation with a charming Nobita and Shizuka theme. Implements QR code scanning for efficient guest attendance tracking and management.
- Responsive
- Guestbook
- Admin Panel (manage guestbook response, invitation ticket and QR Code Scanner)
- Invitation ticket with QR Code
- QR Code Scanner
-
Clone the project
git clone https://github.com/Syafwan000/noshi-wedding-invitation
-
Go to the project directory
cd noshi-wedding-invitation
-
Add .env file
cp .env.example .env
-
Install dependencies
composer install npm install
-
Seeding the data
php artisan db:seed
-
Start the server or build
npm run dev npm run build php artisan serve
Run seeding data first to access admin panel
Username | Password |
---|---|
admin | password |
This project is licensed under the MIT License. See the LICENSE file for details.