Skip to content

Duomly/go-bank-backend

Golang-course-…
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 3 commits ahead of master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
api
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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