We are happy to greet you here! You visit the repo of Ruby on Rails real-time chat application with ActionCable technology integrated.
Just visit the Heroku deploy or run the application server locally on your machine to enjoy this app.
There is no registration proccess here, just connect to the server and you will have an account automatically created. What a lovely attention to you, huh?
Create your own chat room all join the existing one - it's up to you. Anyway, you can just drop the chat link and become connected with your friend just in a second!
To run this application locally on you machine, you have to:
- Clone this repo using git@github.com:knmrftw/instatalk.git, make cd to new directory
- Have installed `ruby-2.7.2'
- Run
bundle
to install al gems and dependencies - Make
rails db:create
andrails db:migrate
to create database and run all database migrations - Run
rails s
to start server locally