Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenmeriftw/instatalk
Cozy Ruby on Rails chat built with ActionCable technology. Deployed on Heroku
https://github.com/kenmeriftw/instatalk
actioncable chat coffeescript heroku jquery ruby ruby-on-rails
Last synced: about 1 month ago
JSON representation
Cozy Ruby on Rails chat built with ActionCable technology. Deployed on Heroku
- Host: GitHub
- URL: https://github.com/kenmeriftw/instatalk
- Owner: kenmeriftw
- Created: 2021-06-02T19:29:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-08T20:44:54.000Z (over 2 years ago)
- Last Synced: 2024-03-10T07:32:08.269Z (8 months ago)
- Topics: actioncable, chat, coffeescript, heroku, jquery, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://instatalk-07290.herokuapp.com/
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# INSTATALK
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](https://instatalk-07290.herokuapp.com/) 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!![alt text](https://media.giphy.com/media/wqu0dbeKkekglij3l9/giphy.gif)
To run this application locally on you machine, you have to:
1. Clone this repo using [email protected]:knmrftw/instatalk.git, make cd to new directory
2. Have installed `ruby-2.7.2'
3. Run `bundle` to install al gems and dependencies
4. Make `rails db:create` and `rails db:migrate` to create database and run all database migrations
5. Run `rails s` to start server locally