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)
- STD22070 (H2)
- STD22076 (H2)
- STD22086 (H2)