Skip to content

alvarotor/golang-endpoint-boilerplate

Repository files navigation

Golang endpoint boilerplate

Basic endpoint made in Go, with authentication, admin system authentication and cors.

Contains access to postgres database with gorm, api routing with gin and cors system.

Also contains the build code to deploy the binary to a linux instance ec2 in amazon with elasticbeanstalk CLI.

Package system managed with dep, install them having dep installed in your machine and executing dep ensure.

Feel free to participate :)