Giter VIP home page Giter VIP logo

citybikes-rails's Introduction

Citybike API

Setup

  • Clone the directory, then navigate to directory in terminal.
  • Run the following:
    • bundle install
    • yarn
    • rake db:create db:migrate RAILS_ENV=development
    • rake db:create db:migrate RAILS_ENV=test
      • Note: because I'm using multiple databases via ActiveRecord, this is what consistently generated databases. There's probably some other setting I need to change/haven't found yet to instead be able to allow a simple rake db:create db:migrate.
    • Done!

Running the App

  • rails s
  • This also uses a Sidekiq queue. need to also run bundle exec sidekiq -q network.
    • If redis is not already running on your machine, you'll need to start it.
    • Note: why 'network' as the name? this queue has the one sole purpose of loading data from api & wanted to label it appropriately.

Testing

  • bundle exec rspec
  • Yes, I totally copied over the full citybikes response into a json file to use in mocking tests ๐Ÿ˜‡๐Ÿ˜Ž. Rather use the full, real data than one I've manipulated.

citybikes-rails's People

Contributors

cameronwebbable avatar

Watchers

 avatar  avatar

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.