vanessadean / cnycn-app

text messaging app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CNYCN Texting Demo App

A version of this app was built for a Delta.NYC pro bono collaboration with the Center for NYC Neighborhoods to help the center stay in touch with clients.

Setup

Run the following commands:

gem install bundler

bundle

bundle exec rake db:migrate

cp .env.example .env

Then add the username, password and Twilio credentials to the .env file

Run

ruby app.rb

Deployed at

https://cnycn-texting-app.herokuapp.com/

About

text messaging app


Languages

Language:Ruby 59.8%Language:HTML 34.8%Language:CSS 5.4%