https://github.com/nextpointer/product-listing
E-commerce Search & Product Details
https://github.com/nextpointer/product-listing
java react spring-boot
Last synced: about 2 months ago
JSON representation
E-commerce Search & Product Details
- Host: GitHub
- URL: https://github.com/nextpointer/product-listing
- Owner: nextpointer
- Created: 2025-05-07T04:48:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-09T05:02:31.000Z (about 1 year ago)
- Last Synced: 2025-10-10T19:33:20.456Z (8 months ago)
- Topics: java, react, spring-boot
- Language: TypeScript
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🛒 Product Listing App
Build a simple E-commerce Search Experience with:
* A **Landing Page** that shows searchable product listings
* A **Product Details Page** on clicking a product
* Uses **Java (Spring Boot)** for backend REST APIs and **React** for frontend UI
This project is split into two parts:
* 🧠 **Backend**: Handles product data and API services (Spring Boot, PostgreSQL, Docker support).
* 💻 **Frontend**: User interface built using React and Bun.
---
## 📂 Project Structure
```
/ecommerce-app
├── backend/ # Spring Boot API
├── frontend/ # React + Bun UI
```
---
## 🔗 Subproject Documentation
* 📘 [Backend README](./backend/readme.md)
* 📗 [Frontend README](./frontend/README.md)
---
Made with ❤️ by nextpointer