This is a Ruby on Rails web app in which user can chat in real-time built using the Rails framework.
- Rails 5.2.2
- PostgreSQL
Make sure you have Ruby, Bundler installed.
git clone https://github.com/aakashjhawar/ChatApp.git #You can also clone your own fork
cd ChatApp
bundle install
rails db:create
rails db:create
rails s
Your app should now be running on localhost:3000.
heroku create
git push heroku master
heroku run rake db:migrate
heroku open
For more information about using Ruby on Heroku, see these Dev Center articles: