Skip to content

BHDShostak/Banking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api

To run localy

  1. run Mysql DB localy
docker run --name mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mysql

if you use DBeaver Community -> open new script, following Banking/dataForDB.txt and copy to clipboard code, paste and run with DBeaver

Banking/dataForDB.txt
  1. install dependencies
go mod tidy
  1. run categories service
go run main.go

About

Backend - banking platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages