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.
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
What things you need to install the software and how to install them
Give examples
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
Explain how to run the automated tests for this system
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
Add additional notes about how to deploy this on a live system
- Dropwizard - The web framework used
- Maven - Dependency Management
- ROME - Used to generate RSS Feeds
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Billie Thompson - Initial work - PurpleBooth
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone who's code was used
- Inspiration
- etc