This project, I created for practicing my new skill Rails Action Cable(Real-Time System).It is fun experience because I have a lot of things from this project. It is real-time chat and created by using Ruby On Rails.
Before you install this project, there are some required source you need to install first before installing the project.
Install Redis-Server
sudo apt-get install redis-server
Running Redis-Server in Local Hosting
redis-server
You need to install the third party library gems from RubyGems and create the database.
Install Gems
bundle install
Create database and tables
rails db:migrate
Run Redis-Server (Open Another Terminal)
redis-server
Run Rails Application
rails server
Congratulation! Now, you are ready to run the project on your machine or server.
I have hosted the demo server on Heroku You can visit it here: Rails Chat Rooms
Rails Chat Rooms' Version is 1.9.4.
- Vandy Sodanheang - Initial work - Web and Mobile Developer
- Chim Kanitha - Co-initial work - Web and Mobile Developer
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details