Skip to content

yoocode/transcurrency

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transcurrency

User stories are as follows:

##User Management

  1. As a new user, I want to create an account
  2. As a user, I want to log in to my account using OAuth
    • For OAuth, I want to log in using Facebook
    • For OAuth, I want to log in using Github
    • For OAuth, I want to log in using Google
  3. As a user, I want to log out from my account using OAuth
  4. As a user, I want to delete my account
  5. As a user, I want to edit my user information
  6. As a user, I want to connect to my bank

##Account Management

  1. As a user, I want to check my balance
  2. As a user, I want to deposit money to the app from my bank account
  3. As a user, I want to withdraw money from my account and deposit into my bank account

##Transaction Management

  1. As a user, I want to send money to another user
  2. As a user, I want to receive money from another user
  3. As a user, I want to find a friend so that I can send money to my friend
  4. As a user, I want to find a friend so that I can request money

About

Spring Boot Project with OAuth, H2, MySQL, jUnit, Mockito

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 53.2%
  • Batchfile 41.0%
  • Java 5.8%