Coder Social home page Coder Social logo

move-time's Introduction

README

Waffle.io - Columns and their card count

Description

MoveTime is the final technical challenge of Turing School's Backend Engineering Program. I was tasked to create a tool for people that are considering moving to a new city and to give them some data points about the city they are considering.

The project is built with Ruby on Rails, uses Travis CI for continuous integration, and is deployed with Heroku. It consumes the following APIs to provide users with data about different locations:

Screen Shot 2019-04-15 at 8 22 57 PM

Getting Started

To run Move Time on your local machine, navigate to the directory in which you would like the project to be located, then execute the following commands:

$ git clone [email protected]:abenetka/move-time.git
$ cd move-time
$ bundle
$ rails g rspec:install
$ rake db:create

Setup your environment variables:

Sign Up on the following API's:

Add the following code snippet to your config/application.yml file.

google_maps_api_key: <insert key here>
wsapikey: <insert key here>
brewerydb_key: <insert key here>

Running Tests

To run the test suite, execute the following command:

rspec

Development

To view MoveTime in development: rails s and then in the browser, visit: localhost:3000

Known Issues

  • The data provided is just for major cities
  • The data provided by OpenDataSoft is mostly comes from the 2015 US Census
  • The BreweryDB API only releases a minimal number of data points in their Sandbox(free) developer mode. This data is not representative of the actual amount of breweries in the particular city.

Versions

  • Ruby 2.4.5
  • Rails 5.2.3
  • PostgreSQL 11

Tools

  • Travis CI

  • Heroku

  • Waffle.io

  • RSpec

  • Shoulda-Matchers

  • FactoryBot

  • Capybara

  • SimpleCov

  • Launchy

  • Pry

Rubric/Project Description

https://backend.turing.io/module4/projects/take_home_challenge/take_home_challenge_spec

Author

move-time's People

Contributors

abenetka avatar

Watchers

James Cloos avatar

move-time's Issues

Geocoding Service

Add Google Geocoding Service to be able to translate a location (city, state) into a latitude/ longitude

Location Search

When a user enters a location in the search bar

  • it takes them to the search result pag

Welcome Page

When a User visits the welcome page, they can see:

  • a search box that asks to search for location

WalkScore Service

Add WalkScore Service to access information about walkability and bikeability of a location

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.