Conert Manager is a multi-tenant SaaS platform for managing events. It was built by a team at the 2024 Code Network Winter Hackathon.
It handles*:
- Artist/Performer Management
- Venue Management
- Sponsor Management
- Volunteer Management
- Performance scheduling across multiple stages/rooms/event spaces and even multiple venues!
- Functionality may not currently be present
Once the code is deployed in your chosen location you can use the following to generate a working development environment:
- composer install
- npm install
- npm run build
- cp .env.example .env
- php artisan storage:link
- php artisan migrate
- php artisan db:seed
- php artisan db:seed --class=DevelopmentSeeder
- php artisan key:generate
- php artisan serve
If doing development on the front end you may also wish to run:
- npm run dev In a separate terminal.
- Aimi Hobson - Architect & Fullstack Development
- Farzad Hayat - Front End Development
- Phat Tran - Front End Development
- Desmond Lo - Graphic Design & prototyping
- Helen Nguyen - Graphic Design
If you discover a security vulnerability within Laravel, please send an e-mail to Aimi Hobson via minervavine@gmail.com. All security vulnerabilities will be promptly addressed.
Concert Manager is open-sourced software licensed under the GPL license.