https://github.com/daxrajsinh/pet-mart_spring-boot
The Java Spring Boot Online Pet Store, "Pet-Mart" facilitates user registration, login, pet browsing, wishlist creation, and streamlined purchasing with order token generation. Admins manage pet inventory with CRUD operations. Seamlessly integrated, it ensures a dynamic experience for users and administrators.
https://github.com/daxrajsinh/pet-mart_spring-boot
hibernate java spring-boot thymeleaf
Last synced: 3 months ago
JSON representation
The Java Spring Boot Online Pet Store, "Pet-Mart" facilitates user registration, login, pet browsing, wishlist creation, and streamlined purchasing with order token generation. Admins manage pet inventory with CRUD operations. Seamlessly integrated, it ensures a dynamic experience for users and administrators.
- Host: GitHub
- URL: https://github.com/daxrajsinh/pet-mart_spring-boot
- Owner: Daxrajsinh
- Created: 2023-11-21T12:55:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-17T11:30:28.000Z (10 months ago)
- Last Synced: 2024-07-17T14:07:49.161Z (10 months ago)
- Topics: hibernate, java, spring-boot, thymeleaf
- Language: Java
- Homepage:
- Size: 11.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 :
Pets' List :
Signup/Login page :
WishList :
Order Confirmation :

### 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 :
Edit Product :
## 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
```bash
git clone https://github.com/Daxrajsinh/Online-Pet-Store_SPRING-BOOT.git
cd online-pet-shop
```
### Run the Project.
- Visit http://localhost:8080 in your browser.