ZipCode Group #3's Budget Application: https://budgetapp-client.herokuapp.com/
- Objective - to create an implementation of a small web service
- Purpose - to demonstrate the construction of a full-stacked web-application
- Frontend - Angular
- Business Logic - Java
- Data Layer - MySQL
- Cloud - Heroku
- 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
- 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