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

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

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
```