Poetry App

Overview

This outlines a poetry app with CRUD operations built with:

  • Java for Android app
  • PHP for backend API
  • MySQL database to store poems

Features

  • 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

Backend API (PHP)

  • Handles CRUD on MySQL database
  • API endpoints for poems, comments, users, etc
  • Input validation and authentication
  • Returns JSON data for app

Android App (Java)

  • 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