geegog / bankit

Simple back-end application using spring boot to send money between accounts and view history

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bankit

Simple back-end application using spring boot to send money between accounts.

How to run the application

  1. Clone project
  2. Import project into your IDE (Intellij preferably) as a maven project.
  3. Allow all dependency to be imported, then run the application (app runs on port 8080 and uses H2).

To run test

  1. Run "com.monese.bankit.transaction.rest.TransactionRestControllerTests"

About

Simple back-end application using spring boot to send money between accounts and view history


Languages

Language:Java 100.0%