https://github.com/stupidcodefactory/market
spree + spree market place
https://github.com/stupidcodefactory/market
Last synced: 6 months ago
JSON representation
spree + spree market place
- Host: GitHub
- URL: https://github.com/stupidcodefactory/market
- Owner: StupidCodeFactory
- Created: 2014-10-09T12:32:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-09T12:36:07.000Z (over 11 years ago)
- Last Synced: 2024-12-29T22:42:32.761Z (over 1 year ago)
- Language: Ruby
- Size: 191 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RUN THIS
===
```
export ENV['FB_APP_ID']=facebook_app_id
export ENV['FB_SECRET']=fcebook_secret_token
bundle exec rake db:create db:migrate db:seed
bundle exec rails s
```
enjoy!