TickPass is a web application for managing tickets and admissions with QR Code passes.
- Generate Ticket with QR Code passes
- Scan & validate QR Code passes
- Web based
Client: HTML5/CSS
Server: PHP 8, Symfony 5
Tools: Docker, Symfony CLI, composer
Clone the repository
git clone https://github.com/franjsco/TickPassGo to the project directory
cd TickPassInstall dependencies
composer installConfigure .env
DATABASE_URLCreate database and launch migrations (only the first time)
php bin/console doctrine:database:create
php bin/console doctrine:migrations:migrateStart docker containers
docker compose up -dStart development server
symfony server:start Open the browser and navigate to these routes
| Route | Address |
|---|---|
| Ticket Validator | http://localhost:8000/ |
| Admin | http://localhost:8000/admin |


