Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 655 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 655 Bytes

Project for hackaton More Tech 5.0 organized by ВТБ

Service gives information about atms and offices with their detailed info.


Used language and technologies:

  • GoLang
  • PostgreSQL as database

To run app you should check, if you have installed docker-compose and make. Because third_party technology run in container.
Run dependencies:
make run-compose
Run app:
make run-app
If you don't have make tool installed, use commands below to run container and app
Run container:
docker-compose -f ./deployment/docker-compose.yaml up -d
Run app:
go run cmd/main.go