A stackoverflow like site for the WSU EECS Community.
I'm sorry for the spelling errors in the screenshot, I edited it in the developer console
go get github.com/codegangsta/martini
go get github.com/martini-contrib/sessions
- Install MongoDB.
- Install the Mongo bindings for Go:
go get labix.org/v2/mgo
go get labix.org/v2/mgo/bson
- Run
make
! - Spin up MongoDB:
mkdir data && mongodb --dbpath data
- Finally, run
./askeecs
.
By default, martini serves to localhost at port 3000.
- Jeromy Johnson
- Travis Person