go-web-boilerplate

command module
v0.0.0-...-4a118a0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 7, 2014 License: MIT Imports: 5 Imported by: 0

README

go-web-boilerplate

Just a go martini boilerplate inspired by microscopejs code style.

Requirements

go and GOPATH

Getting started

Run the following commands:

  • Install martini and martini-contrib.

      go get github.com/codegangsta/martini
      go get github.com/codegangsta/martini-contrib/...
    
  • Create a new mysql database.

  • Edit ./configs/database.json according to your database configuration.

  • Build & run application

      go build app.go
      go run app.go
    
  • Open your web browser.

http://localhost:3000

Roadmap

  • Database connection with ORM.
  • microscopejs project template grunt tasks.
  • bower & npm packages (stylus, backbone, requirejs, grunt, bootstrap).

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
app
api
dal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL