Location based ticket selling application. Repo is built with Angular on Rails and uses Postgres for the DB.
Angular - Client-side framework
Google Maps - displaying tickets using angular library(angular-ui.github.io/angular-google-maps)
Bower - Client-side Dependency manager
Rails - Server-side REST API
bundle install - install main gems
rake bower:install - install client-side dependencies
rake db:create - create local DB
rake db:migrate - migrate any changes to local DB
run bundle install to get all required gems
bundle exec rspec - run rspec tests (located in /spec)