Skip to content

Java RESTful API criada no Santander Bootcamp FullStack 2023 no curso oferecido pela Digital Innovation One.

Notifications You must be signed in to change notification settings

fermarquess/java-api-2023-dio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Santander-Bootcamp-Fullstack-2023-dio

Java RESTful API criada no Santander Bootcamp FullStack 2023 no curso oferecido pela Digital Innovation One.

Diagrama de classes

classDiagram
  class User {
    - String name
    - Account account
    - Feature[] features
    - Card card
    - News[] news
  }

  class Account {
    - String number
    - String agency
    - Number balance
    - Number limit
  }

  class Feature {
    - String icon
    - String description
  }

  class Card {
    - String number
    - Number limit
  }

  class News {
    - String icon
    - String description
  }

  User "1" *-- "1" Account
  User "1" *-- "N" Feature
  User "1" *-- "1" Card
  User "1" *-- "N" News

Loading

About

Java RESTful API criada no Santander Bootcamp FullStack 2023 no curso oferecido pela Digital Innovation One.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published