https://github.com/dev-dexter-codes/ecommerce.shop
Spring Boot based JAVA Application which showcases the online portal of a brick-and-mortar store
https://github.com/dev-dexter-codes/ecommerce.shop
gradle-java java-8 postgresql-database reactjs spring-boot
Last synced: 6 months ago
JSON representation
Spring Boot based JAVA Application which showcases the online portal of a brick-and-mortar store
- Host: GitHub
- URL: https://github.com/dev-dexter-codes/ecommerce.shop
- Owner: dev-dexter-codes
- License: mit
- Created: 2025-03-16T10:12:42.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-06-07T09:37:38.000Z (7 months ago)
- Last Synced: 2025-06-08T15:07:59.147Z (7 months ago)
- Topics: gradle-java, java-8, postgresql-database, reactjs, spring-boot
- Language: Java
- Homepage:
- Size: 593 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReactJS and Spring Boot CRUD with PostgreSQL 🚀
This is a simple Spring Boot application performing CRUD operations using PostgreSQL.
## Features
✅ Create, Read, Update, and Delete (CRUD)
✅ Uses Spring Boot, Spring Data JPA, and PostgreSQL
✅ RESTful APIs for managing products
## Technologies Used
- **Java 17**
- **Spring Boot 3.4.3**
- **Spring Data JPA**
- **ReactJS (Frontend)**
- **PostgreSQL Database**
- **Gradle Build Tool**
- **Postman (for testing)**
## Getting Started
### 1️⃣ Clone the Repository
```sh
git clone https://github.com/your-username/Ecommerce.shop.git
cd Ecommerce.shop
```