{"id":19449483,"url":"https://github.com/nihadamirov/e-commerce-platform","last_synced_at":"2026-04-11T11:04:57.361Z","repository":{"id":245941312,"uuid":"800359846","full_name":"nihadamirov/e-commerce-platform","owner":"nihadamirov","description":"E-commerce is a comprehensive e-commerce platform designed to provide a seamless online shopping experience. The platform includes user authentication, product management, a shopping cart, order management, and payment integration using Stripe. Built with Java, Spring Boot, and PostgreSQL, it leverages Docker and Docker Compose for containerization","archived":false,"fork":false,"pushed_at":"2024-08-08T17:03:39.000Z","size":160,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-07T23:36:21.416Z","etag":null,"topics":["docker","docker-compose","e-commerce-project","java","payment-integration","postgresql","springboot","springdata-jpa","springsecurity-jwt","stripe-payments"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nihadamirov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-14T07:24:42.000Z","updated_at":"2024-10-08T15:49:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"5420518d-0220-4c02-bf4d-7ccdee664adc","html_url":"https://github.com/nihadamirov/e-commerce-platform","commit_stats":null,"previous_names":["nihadamirov/euphoria_ecommerce","nihadamirov/e-commerce-platform"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nihadamirov%2Fe-commerce-platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nihadamirov%2Fe-commerce-platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nihadamirov%2Fe-commerce-platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nihadamirov%2Fe-commerce-platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nihadamirov","download_url":"https://codeload.github.com/nihadamirov/e-commerce-platform/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240636753,"owners_count":19832937,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","e-commerce-project","java","payment-integration","postgresql","springboot","springdata-jpa","springsecurity-jwt","stripe-payments"],"created_at":"2024-11-10T16:32:46.813Z","updated_at":"2025-10-20T11:12:46.063Z","avatar_url":"https://github.com/nihadamirov.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# E-commerce Platform\n\nEuphoria E-commerce is a comprehensive e-commerce platform designed to provide a seamless online shopping experience. The platform includes user authentication, product management, a shopping cart, order management, and payment integration using Stripe. Built with Java, Spring Boot, and PostgreSQL, it leverages Docker and Docker Compose for containerization.\n\n## Table of Contents\n\n1. [Features](#features)\n2. [Installation](#installation)\n3. [Configuration](#configuration)\n4. [Usage](#usage)\n5. [Testing](#testing)\n\n## Features\n\n- **Product Management**: CRUD operations for products, including attributes like name, size, color, category, and pricing. Multi-currency support and price management over time.\n- **User Management**: User registration with email verification, secure authentication with JWT, and password recovery.\n- **Shopping Cart**: Manage product selection and quantities, with the ability to add or remove items.\n- **Order Management**: Full lifecycle management including order creation, tracking, and history.\n- **Payment Integration**: Integrated with Stripe for handling payments.\n\n## Installation\n\n### Prerequisites\n\n- Java 17 or later\n- Maven 3.6 or later\n- Docker\n- Docker Compose\n\n### Steps\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/nihadamirov/Euphoria_Ecommerce.git\n   ```\n\n2. Navigate to the project directory:\n   ```bash\n   cd Euphoria_Ecommerce\n   ```\n\n3. Build the project using Maven:\n   ```bash\n   mvn clean install\n   ```\n\n4. Start the application using Docker Compose:\n   ```bash\n   docker-compose up\n   ```\n\n## Configuration\n\nUpdate the `application.properties` file with your database and Stripe credentials:\n\n```properties\nspring.datasource.url=jdbc:postgresql://localhost:5432/euphoria\nspring.datasource.username=your_db_username\nspring.datasource.password=your_db_password\n\nstripe.api.key=your_stripe_secret_key\njwt.SECRET_KEY=your_secret_key\n```\n\n## Usage\n\n1. Open your browser and navigate to `http://localhost:8080` to access the application.\n2. Register a new user and verify the email.\n3. Log in and start exploring the product catalog.\n4. Add products to your cart and proceed to checkout to complete a purchase.\n\n## Testing\n\nRun unit and integration tests using Maven:\n\n```bash\nmvn test\n```\n\nFor more detailed test coverage and results, check the `target/site` directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnihadamirov%2Fe-commerce-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnihadamirov%2Fe-commerce-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnihadamirov%2Fe-commerce-platform/lists"}