Welcome to the Ticket Validation System. Choose a demo below to see the system in action.
View the admin dashboard with statistics showing people per device and ticket types distribution.
View DashboardRun the Python validator demo to see duplicate detection and validation in action.
Run Python Demo Or run:python3 demo.php
Test the API endpoint for Flutter integration. Returns JSON responses.
View API Data POST to /api/validate to testFLUTTER_INTEGRATION.mdlaravel/API_DOCUMENTATION.mdSETUP_GUIDE.mdlaravel/README.mdcd laravel
composer install
cp .env.example .env
php artisan key:generate
# Configure database in .env
php artisan migrate
php artisan serve