https://github.com/acushlakoncept/message-me
In this project, I developed a simple chat app using Rails ActionCable feature with Redis Server
https://github.com/acushlakoncept/message-me
actioncable rails redis-server ruby ruby-on-rails
Last synced: 3 months ago
JSON representation
In this project, I developed a simple chat app using Rails ActionCable feature with Redis Server
- Host: GitHub
- URL: https://github.com/acushlakoncept/message-me
- Owner: acushlakoncept
- Created: 2020-08-06T03:20:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T23:59:38.000Z (almost 6 years ago)
- Last Synced: 2025-02-24T13:12:55.156Z (over 1 year ago)
- Topics: actioncable, rails, redis-server, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 1.12 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Message Me APP
In this project I developed a simple chat app using Rails ActionCable feature with Redis Server

## Built With
- Ruby on Rails
- Ruby
# Getting Started
To get a local copy of the repository please run the following commands on your terminal:
```
$ cd
```
~~~bash
$ git clone https://github.com/acushlakoncept/message-me.git
$ cd message-me
$ bundle install
$ rails db:migrate
~~~
# Authors
👤 **Uduak Essien**
- Github: [@acushlakoncept](https://github.com/acushlakoncept/)
- Twitter: [@acushlakoncept](https://twitter.com/acushlakoncept)
- Linkedin: [acushlakoncept](https://www.linkedin.com/in/acushlakoncept/)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgement
Mauro Martinez - [The Complete Ruby on Rails Developer Course](https://www.udemy.com/course/the-complete-ruby-on-rails-developer-course/)