Skip to content

A simple CRUD middleware that manage the transactions between banks

Notifications You must be signed in to change notification settings

mohamed-sallam/BanqueOfEgypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banque of Egypt

Banque of Egypt is a simple CRUD middleware that manage the transactions between banks:

  • Transfer money between banks.
  • List the registered banks.
  • List the transaction history.
  • Register new banks.

Warning

If you want to test this app you should have a virtual banks to make transactions between them and implement the API in EndPointsSpecs.md in each.

Technologies and Concepts

We used:

  • Spring Framework
  • Spring Boot
  • Spring MVC
  • Thymeleaf
  • Spring Data JPA
  • Model Mapping
  • Lombok
  • MySQL
  • Clean Architecture

image image image image