To run this app locally, you'll need to have Ruby and Ruby on Rails installed.
Clone this repo, install the dependencies and run a database migration:
$ git clone https://github.com/ashleigh090990/messenger-app-with-ruby-on-rails.git
$ bundle install
$ rake db:migrate
To run the app:
$ rails s
Go to localhost:3000 (or where the logs say it's running)