Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.36 KB

File metadata and controls

36 lines (28 loc) · 1.36 KB

Link to Angular App Repo

Micro Web Application - Server

Group 6 - Team Beansbeans

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

Current Tech Stack

  • Frontend - Angular / React
  • Business Logic - Java (Spring)
  • Data Layer - MySQL
  • Cloud - AWS/Heroku

Money Management Application

Features

  • Users can login and create new user accounts.
  • Users, once logged in may
    • Create a transaction account
    • Delete an owned transaciton account
    • Deposit into an owned transaction account
    • Withdraw from an owned transaction account
    • Transfer money to any existing account from an owned account
    • Log off

Delete Me

Good morning teams. Here's a quick tip for those of you who are interested in landing a job when you gradudate. Take 10 mins and update the read me files in your group projects as well as your passion projects in your github. Make it easy for a potential employer to clone your repo and run it locally on their machines so they can see all of the good work you've done. At the very least you should have:

    1. what the project mission is
    1. how to build and run the project (example npm install + ng serve or mvn clean package + mvn spring-boot:run --Darg1=blah)