Skip to content

sinsombat/temp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Temp

Build Status Coverage Status Go Report Card

Instruction to run

  • Update go to go 1.11
  • Change dir to src/gow-backend/gow
  • Run $go test ./...
  • Run $go build .
  • API should be work corectly

ติดตั้ง Library สำหรับโปรเจคนี้

go get github.com/gin-gonic/gin
go get github.com/go-sql-driver/mysql
docker pull mysql:5.7
docker run --name mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=sckshuhari -d mysql:5.7

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%