Skip to content

pavanchikkanna/pet_shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pet Shop 🐶 🐱

A mini database management system ,which helps the small scale petshop owner to keep track the available pet and it's products along with the sales details of his shop.

Objectives 💪

  • To provide web based interface to a petshop owner to manage his petshop activities.

  • To provide an option for storing and managing the basic information about pets and pet products in the shop.

  • To provide an option for storing and managing the sales details of the shop.

  • To provide an option for storing and managing the basic information about the customer.

  • To track the information about sold pets and products to a customer.

Developed with

HTML CSS PHP MYSQL

Description 📝

Full report view

Screenshots 😉

  • Login page

    drawing
  • Home page

    drawing
  • Animals page

    drawing
  • Birds page

    drawing
  • Pet Products page

    drawing
  • Sales details page

    drawing
  • Customer page

    drawing
  • Add new Animal

    drawing

How to Run ?

  1. Download the project

  2. create a new database called "petshop_management" in MySQL and import petshop_management.sql

  3. change the user and password for db connection in every php file with respect to the server you are using

  4. login page : Username ="abcd" password =123

Thank you 😃