Skip to content

Backend of eFinance web platform to monitor service fees from Brazilian financial institutions.

License

Notifications You must be signed in to change notification settings

cluster-8/eFinance-api

Repository files navigation

api-6-back

Pre Running

git update-index --assume-unchanged .vscode/thunder-tests/thunderEnvironment.json

docker-compose up -d

cp .env.example .env

Running the app

# development
$ mvn spring-boot:run

Test

# development
$ mvn test\

Populate database

Linux:

bash start-database.sh

Windows:

docker exec -it c8-pg bash

# inside container bash terminal

psql -U docker -d c8 < ./sql-init/init_database.sql

psql -U docker -d c8 < ./sql-init/grupos_202304250951.sql

psql -U docker -d c8 < ./sql-init/instituicoes_202304250951.sql

psql -U docker -d c8 < ./sql-init/instituicao_grupo_202304250951.sql

psql -U docker -d c8 < ./sql-init/servicos_202304250951.sql

psql -U docker -d c8 < ./sql-init/scores_202304250951.sql

psql -U docker -d c8 < ./sql-init/tarifas_202304250951.sql

About

Backend of eFinance web platform to monitor service fees from Brazilian financial institutions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •