Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 2.2 KB

README.md

File metadata and controls

67 lines (48 loc) · 2.2 KB

Pet-Mart, an Online Pet Shop - Spring Boot Project

Welcome to the "Pet-Mart", an Online Pet Shop, a Spring Boot project where users can explore and purchase pets.

Features

Guest Users

  • Can visit the website.
  • View available pets and their prices.

Home Screen : Screenshot 2023-11-21 181353

Pets' List : Screenshot 2023-11-21 181525

Signup/Login page : Screenshot 2023-11-21 181610

WishList : Screenshot 2023-11-21 181859

Order Confirmation : Screenshot 2023-11-21 182033 Screenshot 2023-11-21 182042

Registered Users

  • Register and log in.
  • View and purchase pets.
  • Add pets to the wishlist.
  • Proceed to buy from the wishlist.
  • Generate a token upon finalizing the order.

Admin Users

  • Perform CRUD operations on pets.

    Admin Panel : Screenshot 2023-11-21 182121

Edit Product : Screenshot 2023-11-21 182158

Wishlist

  • Displays the grand total of selected pets.
  • Proceed to buy to finalize the order.
  • Generates a token for the order.

Technologies Used

  • Spring Boot
  • Hibernate
  • Thymeleaf

Getting Started

Prerequisites

  • Java (JDK 8 or higher)
  • Maven

Clone the Repository

  git clone https://github.com/Daxrajsinh/Online-Pet-Store_SPRING-BOOT.git
  cd online-pet-shop

Run the Project.