Skip to content

Bmullzz/transcurrency

 
 

Repository files navigation

Transcurrency

  • Transcurrency is Money Transfer app modeled after Venmo. You can send money to the app using a bank account or credit card. Once you have added money to your Transcurrency account, you will be able to exchange money with other Users. You will also be able to withdraw money from the app to a bank account.

Contributors

  • AJ Fletcher
  • Brian Mullin
  • Byung-Chun Yoo
  • Paul Watson

Technology

  • Front-End
    • Angular 5
    • Ionic Framework
  • Middleware
    • SpringBoot
    • JPA Repositories
    • MVC Design Patterns
  • Back-End
    • H2 database
    • MySQL database
    • Docker Containers

User Stories

Account Management

  1. As a User, I want to Create an Account.
  2. As a User, I want to Login to my Account.
  3. As a User, I want to Log Out of my Account.
  4. As a User, I want to View my Account Balance.
  5. As a User, I want to Edit my User Name.
  6. As a User, I want to Send money to another User.
  7. As a User, I want to Receive money from another User.

Bank Account Management

  1. As a User, I want to Add a Bank Account to my Account.
  2. As a User, I want to View a list of my Bank Accounts.
  3. As a User, I want to Delete a Bank Account.
  4. As a User, I want to Deposit money to my Bank Account from my Transcurrency Account.
  5. As a User, I want to Withdraw money from Transcurrency Account to my Bank Account.

Credit Card Management

  1. As a User, I want to Add a Credit Card to my Account.
  2. As a User, I want to View a list of my Credit Cards.
  3. As a User, I want to Delete a Credit Card.
  4. As a User, I want to Deposit money to my Credit Card from my Transcurrency Account.
  5. As a User, I want to Withdraw money from my Credit Card to my Transcurrency Account.

Transaction Management

  1. As a User, I want a Transaction to be created whenever money moves to or from my Account.
  2. As a User, I want to View a List of all Transactions related to my Account.
  3. As a User, I want to View a the information for a Single Transaction.
  4. As a User, I want to View a Confirmation the my Transaction was processed.
  5. As a User, I want to View a Notification that my Transaction could not be completed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 94.4%
  • HTML 5.6%