Giter Club home page Giter Club logo

gin-template's Introduction

gin-template

this is standard web app template made by GIN

set up

install gb

$ go get github.com/constabulary/gb/...

restore dependencies from the manifest

$ gb vendor restore

build your application

$ gb build all

run

just run your build file.

option

you can change the connection of datasource using option

Usage:
  -api-bind string
    	Address to bind on (default ":8080")
  -database-master-dbname string
    	Database master db name (default "totec")
  -database-master-host string
    	Database master host (default "localhost")
  -database-master-password string
    	Database master password
  -database-master-port int
    	Database master port (default 3306)
  -database-master-user string
    	Database master username (default "root")
  -database-slave-dbname string
    	Database slave db name (default "totec")
  -database-slave-host string
    	Database slave host (default "localhost")
  -database-slave-password string
    	Database slave password
  -database-slave-port int
    	Database slave port (default 3306)
  -database-slave-user string
    	Database slave username (default "root")
  -redis-host string
    	Redis host (default "localhost")
  -reids-port int
    	Redis port (default 6379)

gin-template's People

Contributors

wataru420 avatar ueki-tomohiro avatar

Stargazers

Tatsuya Hirose avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.