Skip to content

JPCodes/The-Commuter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Commuter

Information-centered Rails Capstone Project. 06 March 2017

By Jim Padilla

Description

The Commuter is the app that I wish I had during my morning commute. It features news from the New York Times and the Guardian. There is also a section for viewing the latest major bills in Congress and their current status. If one wishes to discuss any of these things, there is also a discussion forum that is available to anyone that signs in using Google or Facebook. Lastly, there is a page that features a Yelp search and allows the user to see any search result through the Uber app.

Heroku

The Commuter

Setup/Installation Requirements

Note to Cloud 9 users, in config/database.yml you may need to specify the database template by uncommenting lines 9 and 14.

  • In the Terminal, run:
git clone https://github.com/JPCodes/The-Commuter
cd The-Commuter
bundle install
rake db:create
rake db:migrate
rake db:seed
touch .env (API_VAR = "<your key>")
TO DO
rails server
  • Then, in any modern browser, navigate to:
localhost:3000
  • Give a user admin powers:
TO DO

Support and contact details

Technologies Used

TO DO

  • Rails
    • Rspec
    • ActiveRecord
    • SimpleCov
    • FactoryGirl
  • API
    • Github
  • Ruby
  • JavaScript
  • Bootstrap

License

MIT

Copyright (c) 2017 Jim Padilla