Ticketing Web App is a comprehensive solution for managing ticketing systems. This project includes a user-facing web application, a back-end API, and an admin panel for system management. It is built with modern technologies to ensure scalability, maintainability, and a smooth user experience.
The application is deployed and accessible at: Ticketing Web App
- Built with Vue.js 3 and styled with Tailwind CSS.
- Dynamic ticket generation with JSBarcode.
- PDF generation for tickets using html2pdf.js.
- User authentication with Google OAuth via vue3-google-login.
- Toast notifications using Vue Toastification.
- SEO-friendly routing with Vite Plugin Sitemap.
- Built with Angular 18 and styled with Tailwind CSS.
- Interactive charts and data visualization with ng2-charts.
- Custom table component support via ngx-panemu-table.
- Modular and reactive design for enhanced performance.
- Built with Laravel 11.
- RESTful API development with Sanctum for authentication.
- MySQL for database management.
- Image handling using Intervention Image.
- Integration with payment gateways via Xendit PHP.
- Google API integration for various services.
- Vue.js 3: Core framework for the user-facing application.
- Tailwind CSS: For rapid and responsive UI design.
- Angular 18: Framework for the admin panel.
- Laravel 11: Robust back-end framework.
- MySQL: Relational database for managing application data.
- @fortawesome/fontawesome-svg-core: FontAwesome icons.
- axios: HTTP client.
- html2pdf.js: PDF generation.
- pinia: State management.
- vue-router: Client-side routing.
- vue-toastification: Notifications.
- laravel/sanctum: API authentication.
- laravel/socialite: Social authentication.
- guzzlehttp/guzzle: HTTP client.
- xendit/xendit-php: Payment gateway integration.
- ng2-charts: Charts and data visualization.
- ngx-panemu-table: Custom table component.
- Node.js (v16+)
- PHP (v8.2+)
- MySQL
- Composer
- npm or yarn
- Clone the repository:
git clone <repository-url> cd ticketing-vue
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Navigate to the Angular admin directory:
cd ticketing-angular-admin
- Install dependencies:
npm install
- Run the Angular development server:
npm start
- Navigate to the Laravel back-end directory:
cd ticketing-laravel
- Install dependencies:
composer install
- Configure
.env
file for database and other settings. - Run migrations:
php artisan migrate
- Start the server:
php artisan serve
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a feature branch:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add feature name"
- Push to the branch:
git push origin feature-name
- Create a pull request.
This project is licensed under the MIT License.