Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 435 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 435 Bytes

Golang banking app

This is app for the Duomly Golang Course - Learn Golang by building banking App

Run

  • Setup a PostgreSQL db
  • You need to setup your connection string in the two files, vulnerable-db.go, and migrations.go
  • Start migration by commenting migration in main.go and commenting API
  • Type (that will migrate to your db):
go run main.go
  • Comment migration and uncomment api
  • Type:
go run main.go