Turing School Project
Allows the user to search for bars, hotels, museums and restaurants within a chosen distance of a specified location. The user can select one or multiple categories to query and save results to a personal profile.
- Yelp API
- Eventbrite API
- Rails
- JavaScript
- jQuery
- Oauth login with twitter account
- MiniTest
- Mocha
- Capybara
- PostgreSQL
- Bootstrap
- clone the project
- run
bundle install
to install the required gems - start the server with
rails s
and visithttp://localhost:8080