Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 816 Bytes

File metadata and controls

31 lines (22 loc) · 816 Bytes

money_box

Money Box API

API consumed by the Money Box Angular app. It was built in Spring Boot.

Project Status

◼◼◼◼◼◼◼◼◼◼ 100%

  • Open Account
  • Deposit Money
  • Withdraw Money
  • Transfer money between Accounts
  • Get Account By Id
  • Get all Accounts
  • Get Account Movements
  • Get Account Movements by Date or Value
  • Close Account

Installation and Setup Instructions

Clone down this repository. You will need Docker installed on your machine to run the app.

To Start App and Database:

docker-compose up --build

To Visit App:

http://localhost:8080

To Connect to MySQL:

http://localhost:3307