Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 401 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 401 Bytes

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"