Skip to content

JavacLMD/Pet-Management-App

 
 

Repository files navigation

Pet Management App

This app is for employees to register customers and all their pets into a database. This application will take in the customer's name and phone number along with information about their pet(s): name, breed, description of likes.

Actors / Features

  • User Can:
    • Insert Customers to database
      • Must Include:
        • First Name
        • Last Name
        • Email Address (HAS TO BE UNIQUE)
        • Phone Number
      • Optional:
        • Gender (will default to 'Unspecified')
        • Address
        • City
        • State
        • Postal Code
    • Remove Customers from database
    • Search Customers
      • By name
      • By email
      • By associated pet name ?
      • Update customer info
    • Add Pets into database
      • Must have associated customer
      • Must Include:
        • Pet Name
        • Breed
        • Gender
        • Behaviour Description
      • Optional:
        • Birth Date
    • Remove Pets from database
  • System will:
    • Poll all tables (Customers, Pets, Appointments)
    • Insert Customer
      • Automatically pass join date
    • Insert Pet
      • Automatically pass added date

Requirements

  • sqlite

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%