refactor: align codebase with EventCrew domain and trim legacy band stack

- Update API: events, users, policies, routes, resources, migrations
- Remove deprecated models/resources (customers, setlists, invitations, etc.)
- Refresh admin app and docs; remove apps/band

Made-with: Cursor
This commit is contained in:
2026-03-29 23:19:06 +02:00
parent 34e12e00b3
commit 1cb7674d52
1034 changed files with 7453 additions and 8743 deletions

View File

@@ -1,6 +1,6 @@
# Band Management
# Event Crew
Full-stack band/artist operations management platform.
Full-stack event crew operations management platform.
## Tech Stack
@@ -25,7 +25,7 @@ See [docs/SETUP.md](docs/SETUP.md) for detailed instructions.
## Project Structure
```
band-management/
event-crew/
├── api/ # Laravel 12 API
├── apps/
│ ├── admin/ # Admin Dashboard
@@ -56,10 +56,10 @@ All frontend apps are built with **Vue 3 + TypeScript** using the [Vuexy Admin T
| App | Development | Production |
|-----|-------------|------------|
| API | http://localhost:8000/api/v1 | https://api.bandmanagement.nl |
| Admin | http://localhost:5173 | https://admin.bandmanagement.nl |
| Band Portal | http://localhost:5174 | https://band.bandmanagement.nl |
| Customer Portal | http://localhost:5175 | https://customers.bandmanagement.nl |
| API | http://localhost:8000/api/v1 | https://api.eventcrew.nl |
| Admin | http://localhost:5173 | https://admin.eventcrew.nl |
| Band Portal | http://localhost:5174 | https://band.eventcrew.nl |
| Customer Portal | http://localhost:5175 | https://customers.eventcrew.nl |
## Development Commands