Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Beer Near You is an application to help users find decent beers in London.

Notifications You must be signed in to change notification settings

i-like-robots/beernearyou.com

Repository files navigation

Beer Near You

Codeship Status for i-like-robots/beernearyou.com

Beer Near You is an application to help users find decent beers in London. It uses data from Foursquare, London Datastore and Nominatim.

## Cool front-end stuff

  • Able to use a device's location and orientation to provide live distance and direction.
  • Draggable and swipey widgets for touch-enabled devices.
  • Lots of performance enhancements for the browser.

System dependencies

  • Ruby 2.1.0+
  • PostgreSQL 9+
  • Bundler

Local project setup and configuration

# Clone this Git repo
git clone https://github.com/i-like-robots/beer-near-you.git && cd beer-near-you

# Add local environment configuration
cp .env.example .env && open .env

# Install application dependencies
bundle install --without=production

# Setup database and import London Underground station data
bundle exec rake db:setup stations:import

# Run the development server
bundle exec rails s

Continuous delivery

# Install application dependencies
bundle install --without=development

# Add example environment configuration
cp .env.example .env

# Set the environment to test
export RAILS_ENV=test

# Setup empty database
bundle exec rake db:create db:schema:load

# Run the specs
bundle exec rake spec

About

Beer Near You is an application to help users find decent beers in London.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published