Skip to content

Project for hackaton MORE.Tech 5.0 organized by ВТБ

Notifications You must be signed in to change notification settings

atadzan/more-tech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Project for hackaton MORE.Tech 5.0 organized by ВТБ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published