This outlines a poetry app with CRUD operations built with:
- Java for Android app
- PHP for backend API
- MySQL database to store poems
- Browse poetry by category or author
- Search poems by title/content
- View poem details and comments
- CRUD operations on user poems
- User authentication and profiles
- Handles CRUD on MySQL database
- API endpoints for poems, comments, users, etc
- Input validation and authentication
- Returns JSON data for app
- Uses Retrofit to call API
- RecyclerViews to display poems
- ViewModels to manage data
- Material Design UI
- Sign-up/login functionality
- Allows CRUD operations on user poems