480 B
480 B
Task: Core API Development
Objective
Build the read/write API endpoints for the core archive content.
Steps
- Create CRUD endpoints for
Shows. - Create CRUD endpoints for
Venues. - Create CRUD endpoints for
Songs. - Implement search functionality (basic text search first).
- Implement "Tagging" system (linking entities).
Acceptance Criteria
- Can create, read, update, and delete core entities via API.
- Search returns relevant results.