Skip to content

nashokota/Pet-Shop_Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🐾 Pet Shop Management System

This is a Pet Shop Management System desktop application developed using JavaFX. It is designed to help manage pets, inventory, customers, and sales operations efficiently within a pet shop.

πŸ“Œ Features

  • 🐢 Add, edit, and delete pet details (e.g. name, type, price, description)
  • πŸ“¦ Manage pet categories (Dogs, Cats, Birds, etc.)
  • 🧾 Customer registration and management
  • πŸ’° Billing and sales system
  • πŸ“ˆ View daily/monthly sales reports
  • πŸ” User authentication (Admin login)

πŸ› οΈ Technologies Used

  • Java (JDK 11+)
  • JavaFX
  • MySQL (Database)
  • Scene Builder (For designing FXML interfaces)
  • JDBC (Java Database Connectivity)

πŸ—ƒοΈ Database Structure

  • Tables:
    • users – for login credentials
    • pets – details of all pets
    • categories – pet types/categories
    • customers – registered customers
    • sales – records of transactions

You’ll find the SQL file for creating the database in the database/ folder.

πŸš€ How to Run

  1. Clone this repository:
    git clone https://github.com/yourusername/pet-shop-management.git
    cd pet-shop-management

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors