An open API service indexing awesome lists of open source software.

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

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