Skip to content

aakashjhawar/chat-app

Repository files navigation

README

This is a Ruby on Rails web app in which user can chat in real-time built using the Rails framework.

Requirements

  • Rails 5.2.2
  • PostgreSQL

Running Locally

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.

Deploying to Heroku

heroku create
git push heroku master
heroku run rake db:migrate
heroku open

Documentation

For more information about using Ruby on Heroku, see these Dev Center articles:

About

A group chat web app using Ruby on Rails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •