Skip to content

alexandre1202/desafio-dev-api-rest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dock Bank Code Challenge for Bank Account

Springboot REST Full Web Service Application Code Challenge with the following features:

  • creating account balance
  • deposit transaction
  • check account balance
  • withdraw
  • disable account
  • bank statement

Detailed dependencies:

Prerequisites

Before you begin, ensure you have met the following requirements:

This web application based on:

Spring Metadata Dependencies

Running

To use Bank Account Web Application, follow these steps:

mvn spring-boot:run

Swagger documentation

Swagger documentation and database are available when this application is running with the following link:

Entity Relationship Diagram

ERD

H2 Database Customer insert command

insert into customer (customer_id, customer_birth, customer_cpf, customer_name) values (1, PARSEDATETIME(sysdate, 'yyyy-MM-dd'), '11111111111', 'Nome do cliente');

Postman

Contact

If you want to contact me you can reach me at alexandre1202@gmail.com.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.6%
  • Dockerfile 0.4%