Skip to content

abbasimo/didehban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

development guideline

  • postgres run command: docker run --name postgres -e POSTGRES_USER=didehban -e POSTGRES_PASSWORD=password -p 5432:5432 -d postgres
  • postgres://didehban:password@localhost/didehban?sslmode=disable
  • migrate create -seq -ext=.sql -dir=./migrations
  • migrate -path=./migrations -database=$DIDEHBAN_DB_DSN up | or
  • migrate -path=./migrations -database=postgres://didehban:password@localhost/didehban?sslmode=disable up

About

a sample web application in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages