Skip to content

ewhal/Store-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#StoreFramework Build Status

##Dependencies

  • go get github.com/codegangsta/negroni
  • go get github.com/dchest/uniuri
  • go get github.com/go-sql-driver/mysql
  • go get github.com/goincremental/negroni-sessions
  • go get github.com/goincremental/negroni-sessions/cookiestore
  • go get github.com/gorilla/mux
  • go get github.com/jmoiron/sqlx
  • go get github.com/stripe/stripe-go
  • go get github.com/stripe/stripe-go/charge
  • go get github.com/stripe/stripe-go/currency
  • go get github.com/unrolled/render
  • go get golang.org/x/crypto/bcrypt

##Build Instructions

  • Install Go and node.js
  • npm install
  • make
  • Configure database
  • deploy