https://github.com/xta/foodwithus
4sq social restaurant recommendation
https://github.com/xta/foodwithus
Last synced: about 1 month ago
JSON representation
4sq social restaurant recommendation
- Host: GitHub
- URL: https://github.com/xta/foodwithus
- Owner: xta
- Created: 2013-01-20T05:26:21.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-29T17:02:36.000Z (about 13 years ago)
- Last Synced: 2025-03-16T14:36:40.142Z (about 1 year ago)
- Language: Ruby
- Homepage: http://foodwith.us/
- Size: 5.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
#FoodWithUs
We help you decide where to eat nearby with friends. Find nearby restaurants based on your friends' check-in histories.
Created at the [2013 Foursquare Hackathon](https://www.hackerleague.org/hackathons/foursquare-hackathon-2013). Featured in [About Foursquare's Best of the 2013 Foursquare Hackathon](http://aboutfoursquare.com/best-of-the-2013-foursquare-hackathon/).
## Usage
1. Create groups of Foursquare friends.
2. Find places nearby to eat for each group.
## Setup
git clone git@github.com:xta/foodwithus.git
cd foodwithus
bundle
create a `/config/database.yml` for postgresql setup
create a `/config/initializers/omniauth.rb` with Foursquare API keys
rake db:create
rake db:migrate
## Start localhost
redis-server /usr/local/etc/redis.conf
bundle exec sidekiq
rails s
## Testing
create a `/config/test_settings.yml` with a sample user's Foursquare token
rake db:test:prepare
bundle exec guard
## Stack
* Ruby 1.9.3
* Rails 3.2.12
* PostgreSQL 9.14
* Redis 2.6.2
* Sidekiq 2.6.5
## Resources
* [](https://codeclimate.com/github/xta/foodwithus)