Skip to content

chiwenchen/gin_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Go Gin example

example RESTful API server build by golang

  1. sql - gorm
  2. web framework - gin

how to start

// navigate to project folder
~ go run main.go

this will open a localhost in port 3030 below is the example request

localhost:3030/tutors/question_history?tutor_id=120708

About

example RESTful API server build by golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages