This is a SMS app that uses the Twilio API to send text messages. Hosted App
Locally, the backend runs on localhost:3000, while the frontend runs on localhost:4200.
You may have to create a .env file.
cd
into the home directory
bundle install
bundle exec rake db:create
bundle exec rake db:migrate
rails s
cd into the frontend
directory
npm install
ng serve