Skip to content

paigeb/housing-17

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Hack Oregon Housing Project, 2016-2017

This project will create a dynamic, educational portal that helps clarify the multifaceted and changing rental environment in PDX, with a focus on affordable rentals. The team will investigate what parts of town are currently affordable to a diverse spectrum of residents, and explore trends in how the Portland housing and rental market has changed over time, with a special emphasis on recent changes in the 7-year census gap. The project will approach common perceptions of the state of affordable rent in Portland with a range of digital, analytical, and creative strategies, with the overall goal of broadening insight on the experience of renting in Portland. One Paragraph of project description goes here

The most current version of Team Housing's Vision Document / Elevator Pitch is maintained by Gabriele Hayden.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

# From your local machine, set up Git
# From GitHub, set up GitHub Authentication
# From GitHub, fork the Repo at `https://github.com/hackoregon/housing-17`

# Clone the GitHub repository using SSH or HTTPS
$ git clone [email protected]:YOUR-USERNAME/housing-17.git
# or...
$ git clone https://github.com/YOUR-USERNAME/housing-17.git

# Report branches and files
$ git status

# Refresh
$ git pull origin master

# List the current branches of the repository
$ git branch -a

# Check out a feature branch
$ git checkout backend

# Create a new feature branch
$ git branch mynewfeature

# Do some coding...

# Add or update files
$ git add -A

# Commit the changes
$ git commit -m "my changes"

# Push changes to the new feature branch
$ git push origin mynewfeature

# To initiate a merge of your new feature, from GitHub choose Pull Request

# Switch to a different branch
$ git checkout master

Prerequisites

What things you need to install the software and how to install them

Give examples

Installing

A step by step series of examples that tell you have to get a development env running

Say what the step will be

Give the example

And repeat

until finished

End with an example of getting some data out of the system or using it for a little demo

Running the tests

Explain how to run the automated tests for this system

Break down into end to end tests

Explain what these tests test and why

Give an example

And coding style tests

Explain what these tests test and why

Give an example

Deployment

Add additional notes about how to deploy this on a live system

Built With

  • Dropwizard - The web framework used
  • Maven - Dependency Management
  • ROME - Used to generate RSS Feeds

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone who's code was used
  • Inspiration
  • etc

About

Hack Oregon Housing Project, 2016-2017

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%