Skip to content

boreys/askeecs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ask EECS

A stackoverflow like site for the WSU EECS Community.

Ask EECS I'm sorry for the spelling errors in the screenshot, I edited it in the developer console

How To Use

  1. Install Go
  2. Make sure your GOPATH is configured properly.
  3. Install Martini:
  • go get github.com/codegangsta/martini
  • go get github.com/martini-contrib/sessions
  1. Install MongoDB.
  2. Install the Mongo bindings for Go:
  • go get labix.org/v2/mgo
  • go get labix.org/v2/mgo/bson
  1. Run make!
  2. Spin up MongoDB:
  • mkdir data && mongodb --dbpath data
  1. Finally, run ./askeecs.

By default, martini serves to localhost at port 3000.

Contributors:

  • Jeromy Johnson
  • Travis Person

About

A stackoverflow like clone for WSU's Computer Science department.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.2%
  • Go 24.6%
  • JavaScript 18.0%
  • CSS 5.1%
  • Makefile 0.1%