Capstone Project - Petpal

A health tracking app for cats/pets

MVP Feature Set

  1. Create a pet profile
    • Save pet's name, age, species/breed, other relevant data
  2. Log various health events over time
    • Press a button to log medicine given, symptoms, exercise, etc.
    • Log entries are time stamped
  3. View chronological record

Potential Additional Features

  1. Filter log view by time period, health event
  2. Display graph(s) of health data over time
  3. Find local vets/groomers/stores

Tech Stack

  • Front-end: Kotlin (Android)
  • Back-end: Flask
  • DB: PostgreSQL
  • Deployment: TBD