Skip to content

vivekyannam/Pet-care

Repository files navigation

PetCare Website

Welcome to the PetCare Website, your go-to platform for all your pet care needs. This website allows users to conveniently book appointments for their pets, access grooming services, medication information, and more.

Features

  1. User Authentication

    • Users can create accounts and log in securely.
    • Passwords are stored securely using PHP's password_hash() function.
  2. Appointment Booking

    • Schedule appointments for your pets with ease.
    • Choose from available time slots and specify services required.
  3. Grooming Services

    • Explore grooming services offered for your pets.
    • Book grooming appointments and keep your pets looking their best.
  4. Medication Information

    • Access important information about pet medications.
    • Stay informed about dosages, usage instructions, and potential side effects.
  5. Other Facilities

    • Discover additional facilities and services available for your pets.
    • Make reservations and appointments as needed.

Technologies Used

This project utilizes the following technologies:

  • HTML - For creating the website's structure.
  • CSS - For styling and making the website visually appealing.
  • PHP - For server-side scripting and handling user authentication and booking functionality.
  • MySQL - For database management and storage of user data and appointments.

Getting Started

  1. Clone this repository to your local machine:

    git clone https://github.com/yourusername/PetCare-Website.git
  2. Configure your web server (e.g., Apache) to serve the website files from the project directory.

  3. Import the provided SQL schema into your MySQL database to set up the necessary tables.

  4. Update the database configuration in the PHP files to match your local environment:

    $servername = "localhost";
    $username = "yourusername";
    $password = "yourpassword";
    $database = "yourdatabase";

Usage

  1. Open the website in your web browser by navigating to http://localhost/PetCare-Website.

  2. Register for an account or log in if you already have one.

  3. Explore the website's features, including booking appointments, accessing grooming information, and more. Screenshot 2023-09-02 170047 Screenshot 2023-09-02 170216 Screenshot 2023-09-02 170256 Screenshot 2023-09-02 170336 Screenshot 2023-09-02 170417 Screenshot 2023-09-02 170500 Screenshot 2023-09-02 170544

About

A pet care website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published