Skip to content

mastercode64/payment-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Payment-api challenge

Simple api simulating the creation of payments

Entity mapping

Diagram

Getting started

Prerequisites

  • Java 1.8+
  • Eclipse & Embedded Maven

Importing project on Eclipse

  • clone the Git repository.
  • Open Eclipse
  • File -> Import -> Existing Maven Project -> Locate project folder location -> Check Pom.xml file -> Finish

Setup local mysql database

At application.properties file insert DB user name and password

spring.datasource.url=jdbc:mysql://localhost/payment_api
spring.datasource.username=
spring.datasource.password=

Running project

  • Choose the Spring Boot Application file PaymentapiApplication.java
  • Right Click on the file and Run as Java Application

API documentation

Postman

Built With

About

Wirecard payment api challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages