- Objective - to create an implementation of a small web service
- Purpose - to demonstrate the construction of a full-stacked web-application
- Frontend - Angular / React
- Business Logic - Java (Spring)
- Data Layer - MySQL
- Cloud - AWS/Heroku
- 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
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:
-
- what the project mission is
-
- how to build and run the project (example npm install + ng serve or mvn clean package + mvn spring-boot:run --Darg1=blah)