Skip to content

This project is a simple Online Payment System built using Spring Boot. It simulates the functionality of an online payment gateway in a console-based environment. The application performs essential payment operations, such as processing payments, and returns the results based on the simulated input. It is backend project

License

Notifications You must be signed in to change notification settings

Jadhavsakshi7887/OnlinePayment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛒 Online Payment System - Spring Boot Application

Welcome to the Online Payment System project built with Spring Boot! This is a console-based simulation of an online payment gateway that processes basic transactions such as credit and debit card payments. It's perfect for developers looking to understand the basics of payment processing or building simple backend applications.

🚀 Features

  • Payment Simulation: Simulates processing credit/debit card transactions.
  • Console Interface: Interact with the system using simple text input and output in your terminal.
  • Basic Transaction Logic: Includes transaction validation and status feedback (success or failure).
  • Easy Integration: Can be integrated with future backend systems or upgraded to REST API.

💻 Technologies Used

  • Spring Boot: A powerful framework for building Java-based web applications and microservices.
  • Java: The core programming language used to implement payment logic and system functionality.
  • IntelliJ IDEA: A smart and productive IDE for Java and Spring Boot development.

⚙️ Getting Started

Prerequisites

Before running the application, make sure you have the following installed:

  • Java 11+ (JDK 11 or higher)
  • Spring Boot (via IntelliJ IDEA or any IDE of your choice)
  • Maven (or Gradle, if you prefer)

Running the Application

To run the Spring Boot Online Payment System on your local machine:

  1. Clone the repository: git clone https://github.com/Jadhavsakshi7887/OnlinePayment.git

  2. cd payement

  3. Import the project into IntelliJ IDEA

Open IntelliJ IDEA. Click on "Open" and select the cloned project folder.

Run the Application:

In IntelliJ IDEA, find the main class (Application.java) and run it as a Java application. The payment system will start, and you will see the console interface where you can interact with the system.

Contact

If you have any questions or feedback, please contact me at [email protected]

About

This project is a simple Online Payment System built using Spring Boot. It simulates the functionality of an online payment gateway in a console-based environment. The application performs essential payment operations, such as processing payments, and returns the results based on the simulated input. It is backend project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages