https://github.com/ysebo/ecommerce
eCommerce project with using Spring (Java) Back
https://github.com/ysebo/ecommerce
aws-s3 backend-api backend-service java relational-databases spring spring-boot spring-mvc spring-security
Last synced: 2 months ago
JSON representation
eCommerce project with using Spring (Java) Back
- Host: GitHub
- URL: https://github.com/ysebo/ecommerce
- Owner: ysebo
- License: mit
- Created: 2024-01-31T12:43:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-22T00:06:29.000Z (about 2 years ago)
- Last Synced: 2025-01-12T22:23:30.643Z (over 1 year ago)
- Topics: aws-s3, backend-api, backend-service, java, relational-databases, spring, spring-boot, spring-mvc, spring-security
- Language: Java
- Homepage:
- Size: 2.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README

## Welcome to eCommerce application
[](https://opensource.org/licenses/MIT)
## Table of Contents
- [Installation](#installation)
- [High-level_description](#high-level_description)
- [Architectural_concepts](#architectural_concepts)
## Installation
### Prerequisites
- [Java](https://www.oracle.com/java/technologies/javase-downloads.html) (version 15 or higher)
- [Maven](https://maven.apache.org/download.cgi)
## High-level_description
- Product Service: Manages product information, including adding, editing, deleting, and searching for products.
- Review Service: Manages product reviews, including adding, editing, deleting, and retrieving them.
- User Service: Handles user authentication, registration, and account management.
- Shopping Cart Service: Manages users' shopping carts, allowing them to add, update, and remove items.
- Order Service: Processes orders, including creating, managing, and tracking orders.
- Payment Service: Handles payment processing securely for online orders.
- Favorites Service: Allows users to add products to their favorites list for future reference.
## Architectural_concepts
- Improved Scalability: Each service can be scaled independently based on its individual needs.
- Increased Fault Tolerance: If one service fails, the others can continue to function, minimizing downtime and impact on users.
- Enhanced Development and Deployment: Independent services can be developed, tested, and deployed independently, leading to faster development cycles.
## Getting Started
To get started with the project, follow these steps:
1. **Clone the repository:**
```bash
git clone https://github.com/ysebo/eCommerce.git
### Navigate to the project directory
```bash
cd eCommerce
```
### Install dependencies:
```bash
npm install
```
Set up environment variables:
Create a .env file in the root directory.
Define environment variables such as database connection URI, JWT secret, and any other necessary configurations.
Run the application:
```bash
npm start
```
Shutka