Skip to content

Coccodrillo/ginstarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Gin API starter

This is just a simple starter project in Golang with gin as HTTP framework and gorp to manage Database.

I used a similar setup in 100k plus user production environment with success.

To install do the following - Import .sql file into a database and adjust db access params in the .env file

then

go get github.com/Coccodrillo/ginstarter
go get .
go build

It's missing all the bells and whistles like validation, graceful restart, convenience methods and the like, because it's meant to illustrate a simple usage example for the framework.

About

Starter project for simple Golang API using Gin as a framework and Gorp as db package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages