Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/c-kiplimo/e-commerce-application-api

This Spring Boot project demonstrates the integration of Stripe payment in e-commerce application. It provides essential functionalities for handling transactions and creating checkout sessions, serving as a practical starting point for projects requiring secure payment processing.
https://github.com/c-kiplimo/e-commerce-application-api

api docker integration-testing java jenkins junit kubernetes mongodb spring-boot unit-testing

Last synced: 21 days ago
JSON representation

This Spring Boot project demonstrates the integration of Stripe payment in e-commerce application. It provides essential functionalities for handling transactions and creating checkout sessions, serving as a practical starting point for projects requiring secure payment processing.

Awesome Lists containing this project

README

        

# E-commerce Application with Stripe Payment Integration

This repository contains a simple e-commerce application developed to experiment with the implementation of Stripe Payment. The application is built using the Spring Boot framework and integrates with the Stripe payment gateway for secure and seamless transactions.

## Project Structure

The project follows a standard Spring Boot project structure:

- **src/main/java**: Contains the main Java source code.
- **com.practice.ecommerce**: Root package for the application.
- **config**: Configuration classes for Stripe and other settings.
- **controller**: RESTful controllers for handling payment-related endpoints.
- **model**: Entity classes representing data structures.
- **service**: Business logic and service classes.

- **src/main/resources**: Contains application properties and static resources.