Transfer Money Application is an api for transferring money between 2 accounts
implementing application with Hexagonal architecture.
- start postgres database from
infrastructure/docker-compose
- run
docker-compose -f postgres-sql.yml up
- run this script
DROP SCHEMA IF EXISTS money_transfer CASCADE;
CREATE SCHEMA money_transfer;
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
- run
mvn clean install
for creating docker image.
Dashboard swagger in project is : http://localhost:8686/swagger-ui/index.html