Skip to content

nerdyinu/NumbleBankingServerChallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numble 뱅킹 서버 챌린지

     +-------------+          +---------------+
     |   Member    |          |    Account    |
     +-------------+          +---------------+
     | id          | 1     *  | id            |
     | username    |          | name          |
     | password    |          | balance       |
     +-------------+          | owner_id (FK) |
            |                 +---------------+
            |                          |
           *  *                        |
    +-----------------+                *
    |    Friendship   |       +-----------------+
    +-----------------+       |    Transaction  |
    | id              |       +-----------------+
    | user_id (FK)    |       | id              |
    | friend_id (FK)  |       | from_account_id |
    +-----------------+       | to_account_id   |
                              | amount          |
                              +-----------------+

API 명세

RestDocs API Documentation: https://inudev5.github.io/NumbleBankingServerChallenge/

위키 페이지 / 회고록

https://github.com/inudev5/NumbleBankingServerChallenge.wiki.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published