Server for Java app that tracks users’ spending and manages finances. |
Go here for a live demo : https://moneythymespringboot.herokuapp.com/
Using the application PostMan you can run the tests for the profile with the link below. Right click save as and import into postman.
Click on the image for a quick demo on how to import the downloaded postman collection links.
- Frontend - Angular
- Business Logic - Java
- Data Layer - MySQL
- Cloud - Heroku
- As a client, (not logged in) I
- can create new accounts
- deposit money to each account
- withdrawl money from each account
- transfer money to and from any 2 accounts
- Install NodeJs. From terminal execute
brew install node
- Install Angular. From terminal execute
brew install angular-cli
- Install AngularCli. From terminal execute
npm install -g @angular/cli
- Install Heroku. From terminal execute
brew tap heroku/brew && brew install heroku