Skip to content

Create a Restful Web API for Account and Payment Management

Notifications You must be signed in to change notification settings

jessicacosta07/challenge-socialBank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Challenge SocialBank

Skills

Java Badge Spring Badge

Class

  • Model

The model class maps the account table.

image

  • Repository

The repository class is an interface that extends JPARepository.

image

  • Service

The service class is the business rule logic.

image

  • Controller

The controller class contains the CRUD operations: list, add, update and delete

image

image

  • Configuration: setting to embed the swagger in spring Boot

image

Run the API

http://localhost:8080/swagger-ui.html

API test

image

About

Create a Restful Web API for Account and Payment Management

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages