Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swrobel/smartvark
Complete source code from my first startup, Smartvark, a personalized local deals aggregator.
https://github.com/swrobel/smartvark
Last synced: about 1 month ago
JSON representation
Complete source code from my first startup, Smartvark, a personalized local deals aggregator.
- Host: GitHub
- URL: https://github.com/swrobel/smartvark
- Owner: swrobel
- Created: 2013-01-17T01:06:06.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-11-06T16:32:19.000Z (about 7 years ago)
- Last Synced: 2024-11-30T13:53:26.447Z (about 1 month ago)
- Language: HTML
- Homepage: http://smartvark.com
- Size: 4.19 MB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup instructions
Default database is postgres. If you'd like to use something else, edit the Gemfile & database.yml
1. `rake db:create`
2. `rake db:migrate`
3. echo "COOKIE_SECRET="`rake secret` > .env
4. `rails s`
5. profitNew user accounts are disabled. `git revert 7cb75b0c8fa8fa660326cd90af6ca89a90b5e34a` if you want to re-enable them.