Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ewhal/store-framework

Golang Store Framework
https://github.com/ewhal/store-framework

Last synced: 7 days ago
JSON representation

Golang Store Framework

Awesome Lists containing this project

README

        

#StoreFramework [![Build Status](https://travis-ci.org/ewhal/Store-Framework.svg?branch=master)](https://travis-ci.org/ewhal/Store-Framework)

##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