Skip to content

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

Notifications You must be signed in to change notification settings

Duomly/go-bank-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages