rkamradt / fintechapi

An example API in Java with Spring Boot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example FinTech API

Implementation

to test run

docker-compose up -d mongodb  # start up mongo
mvn clean install jib:build # build application image (requires logged into dockerhub account)
docker-compose up app # start up application with log in terminal

Endpoints:

  • POST /v1/fintech/transfer
  • POST /v1/fintech/account
  • GET /v1/fintech/transfers/{accountId}
  • GET /v1/fintech/account/{accountId}

All endpoint require 'X-user-id' header for the main user

About

An example API in Java with Spring Boot

License:MIT License


Languages

Language:Java 100.0%