Skip to content

HarenaFiantso/digitalbank-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What ?

This repository contains a project developed by IT Students for an exam, the app is called Digital-Bank and this repo contains the code of the API. The technologies used in this project are:

  • Java

    • Spring Web to expose the endpoints
    • JDBC for the database connection
    • Flyway migrator for the PDM (Physical Data Model) and database migrations
    • Java Reflect used in the repositories
  • Postgresql

  • OpenAPI Specification

  • Postman to test the endpoints (Test values have been replaced with boilerplates, refer to the OpenAPI Specification to see how the endpoints work)

    • Run in Postman

Who ?

  • STD22070 (H2)
  • STD22076 (H2)
  • STD22086 (H2)