Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.13 KB

File metadata and controls

39 lines (31 loc) · 1.13 KB

ZipCode Group #3's Budget Application: https://budgetapp-client.herokuapp.com/

Micro Web Application - Client

  • Objective - to create an implementation of a small web service
  • Purpose - to demonstrate the construction of a full-stacked web-application

Developmental Notes

Minimum Tech Stack

  • Frontend - Angular
  • Business Logic - Java
  • Data Layer - MySQL
  • Cloud - Heroku

Installation

  • 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

Project Topic


Money Management Application

User Stories to Fulfill

  • 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