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:
14
README.md
14
README.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user