/pro_talk

A SF Abortion Access Hackathon project. Pro Talk is a safe platform for people to share their abortion stories, have conversations about it and connect and empathize with other people in the community.

Primary LanguageRuby

#pro_talk

  1. clone
  2. pull
  3. bundle
rake db:create
rake db:migrate
rake db:seed
rails s

##Remove data and seed:

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