Giter VIP home page Giter VIP logo

housemouse's Introduction

housmouse logo

Amazingly simple webapp that allows you to view important home information.

Getting started

To get started, simply visit housemouse and start searching houses right away.

Going through localhost

If you wanted to modify the code and go through localhost, follow the instructions below

  1. Type the following into command prompt:

    $ git clone [email protected]:clai88/HouseMouse.git
    
  2. Run the command:

    $ bundle install
    

    Simply running bundle will also work

  3. Edit any part of the project you desire.


- To modify the routes, open `config/routes.rb`
The format for generating paths and URL's is: ```rb get '/house/:id' => 'house#show', as: 'house' ``` Alternatively, simply entering the line below will generate all CRUD routes for the matching controller ```rb resources :house ```
- In order to generate a new migration, type:
`
$ bin/rails g migration NAME [field[:type][:index] field[:type][:index]]
`

- To edit the models, views, and controllers, visit the `app/` directory <br />

>After editing the databases (generating new model or migrations), run the command `$ rake db:migrate`, which will run single migrations that have not been run yet.  
<br>
A list of your current tables and their columns can be found at `db/schema.rb`.
<br>
<br>
If you edit the Gemfile, be sure to `bundle` afterwards
  1. To start your rails app, run:

    bin/rails server
    

    By default, the rails app will start on port 3000, but you can change this with the modifier

    bin/rails s -p #anyport
    

    To be safe, please make sure the port is between 1024 and 65535

  2. To see your edits come to life, open your browser and enter

    localhost:3000 (or whichever port you chose)
  3. Celebrate! You're on Rails!

TDO

  • Search houses
  • View previously searched houses
  • Star, edit,and delete previously searched houses
  • View mortgage information for most all houses

Screenshots

HouseMouse homepage

HouseMouse previously searched page

##Feature request HouseMouse currently only utilizes zillow and walkscore's api, but if you like to see more API's implemented, please contact me at [email protected]

housemouse's People

Contributors

clai88 avatar

Stargazers

zhaobenhong avatar Bhavik Bhatt avatar  avatar Harry Wandersman avatar Steven Sakol avatar George Hughey avatar  avatar cwenck avatar Grant Hoover avatar

Watchers

 avatar zhaobenhong 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.