Tools to help tenants facing eviction in California
We started the Renter's Rights Guide in 2017 as a Code for San José open source web application to help renters in San José understand their rights and resources.
We learned from conducting user research and stakeholder interviews that renters in Santa Clara County deal with issues such as how to navigate the eviction process, increased rent, and how to find affordable housing. It can be difficult to navigate policy jargon to understand renters rights and procedures to address issues.
From 2018-2019 we maintained the website, keeping it up to date with any policy changes from the City of San José.
In ealry January 2020, we decided to archive the website because the city has improved their Housing department website UI.
Recently, we began discussions with Stanford Legal Design Lab students to partner on tools that help tenants facing eviction.
This web application is built with Rails, React.js, React-on-Rails gem, and PostgreSQL.
First, set up the following dependencies:
Dependency | Version |
---|---|
Ruby | 2.4.2 |
Rails | 5.0.4 |
PostgreSQL | 9.6.3 |
Node | 8.4.0 |
After you install the dependencies:
- Git clone this repo
- ``cd``` into the repo directory
gem install bundler
bundle install
psql
- Create Postgres User:
create role postgres login createdb;
- exit out of psql:
\q
bundle exec rails db:setup
gem install foreman
npm install
cd client; npm install; cd ..
foreman start -f Procfile.dev
- Navigate to
http://0.0.0.0:5100/
Look at our projects page to find other projects to contribute to, discuss your ideas and join teams on our Slack. If you don't have an account, sign up here. Join us at an upcoming civic hack night or other event on Meetup.