Duomly / go-bank-backend

This is code for the Duomly course - Learn Golang by building a bank app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is code for the Duomly course - Learn Golang by building a bank app


Languages

Language:Go 100.0%