Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.14 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.14 KB

SJC Portal

SJC Logo
Social Justice Collaborative is a nonprofit organization with the mission to protect and advance the rights of immigrants and their families through legal representation in immigration and criminal court.

About Blueprint

Blueprint logo
Blueprint is a student-run organization at UC Berkeley devoted to technology for social good. Each semester, teams of 5 students work closely with a non-profit to develop pro-bono technological solutions to the problems they face every day.

Ruby on Rails

This application requires

  • Ruby 2.4
  • Rails 5.1.4

Getting Started

Initial Set Up

git clone https://github.com/calblueprint/sjc.git
cd sjc

bundle install

Ensure your application is configured with the proper application.yml database.yml files. Start up your postgresql server then run:

rake db:create
rake db:migrate
rake db:seed

Running Your Application

rails s 

Happy developing!