command
module
Version:
v0.0.0-...-4a118a0
Opens a new window with list of versions in this module.
Published: Feb 7, 2014
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
app
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.